Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void CodeGenerator::writeNewLine() {
45
*this->output << endl;
46
this->atBeginning = true;
47
}
48
49
void CodeGenerator::increaseIndentation() { this->indentation++; }
50
Callers
7
writeLine
Method · 0.95
generateStub
Method · 0.80
generateMethod
Method · 0.80
generateStub
Method · 0.80
generateStub
Method · 0.80
prolog
Method · 0.80
generateStub
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected