MCPcopy Create free account
hub / github.com/WheretIB/nullc / GoDown

Function GoDown

NULLC/SyntaxTreeGraph.cpp:8–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7bool preNeedChange = false;
8void GoDown()
9{
10 if(prefixSize >= 256 || prefixSize < 2)
11 return;
12 level++;
13 prefixSize -= 2;
14 linePrefix[prefixSize] = 0;
15 sprintf(linePrefix + prefixSize, " |__");
16 prefixSize += 5;
17}
18void GoDownB()
19{
20 GoDown();

Callers 2

GoDownBFunction · 0.85
LogToStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected