MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / indentStr

Function indentStr

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

Source from the content-addressed store, hash-verified

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

Callers 2

writeArrayMethod · 0.85
writeObjectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected