MCPcopy Create free account
hub / github.com/cinemast/libjson-rpc-cpp / decreaseIndentation

Method decreaseIndentation

src/stubgenerator/codegenerator.cpp:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49void CodeGenerator::increaseIndentation() { this->indentation++; }
50
51void CodeGenerator::decreaseIndentation() { this->indentation--; }
52
53void CodeGenerator::setIndentSymbol(const ::string &symbol) { this->indentSymbol = symbol; }

Callers 10

generateStubMethod · 0.80
generateMethodMethod · 0.80
generateStubMethod · 0.80
generateMethodMethod · 0.80
generateProcCallMethod · 0.80
generateMethodMethod · 0.80
namespaceCloseMethod · 0.80
generateStubMethod · 0.80
generateBindingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected