MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / indent

Method indent

src/share/jsoncpp/jsoncpp.cpp:4646–4646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4644}
4645
4646void StyledWriter::indent() { indentString_ += JSONCPP_STRING(indentSize_, ' '); }
4647
4648void StyledWriter::unindent() {
4649 assert(indentString_.size() >= indentSize_);

Callers 8

LeFunction · 0.80
tFunction · 0.80
FlFunction · 0.80
mode.jsFile · 0.80
pFunction · 0.80
dFunction · 0.80
mFunction · 0.80
simple.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected