MCPcopy Create free account
hub / github.com/ElementsProject/elements / indentStr

Function indentStr

src/univalue/lib/univalue_write.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62static void indentStr(unsigned int prettyIndent, unsigned int indentLevel, std::string& s)
63{
64 s.append(prettyIndent * indentLevel, ' ');
65}
66
67void UniValue::writeArray(unsigned int prettyIndent, unsigned int indentLevel, std::string& s) const
68{

Callers 2

writeArrayMethod · 0.85
writeObjectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected