Stamp elision onto an entire vector of RPCResult fields at once. Merges into existing m_opts so that flags like skip_type_check are preserved.
Synopsis
Declared in <rpc/util.h>
std::vector<RPCResult>
ElideGroup(
std::vector<RPCResult> fields,
std::string summary = "");
Return Value
The fields with elision options applied.
Parameters
Name |
Description |
fields |
The result fields to elide. |
summary |
Summary text rendered as "..." for the elided group. |
Created with MrDocs