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

Method writeNewLine

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

Source from the content-addressed store, hash-verified

42}
43
44void CodeGenerator::writeNewLine() {
45 *this->output << endl;
46 this->atBeginning = true;
47}
48
49void CodeGenerator::increaseIndentation() { this->indentation++; }
50

Callers 7

writeLineMethod · 0.95
generateStubMethod · 0.80
generateMethodMethod · 0.80
generateStubMethod · 0.80
generateStubMethod · 0.80
prologMethod · 0.80
generateStubMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected