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

Function GoUp

NULLC/SyntaxTreeGraph.cpp:23–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 preNeedChange = true;
22}
23void GoUp()
24{
25 if(prefixSize >= 256 || prefixSize < 5)
26 return;
27 level--;
28 prefixSize -= 5;
29 linePrefix[prefixSize] = 0;
30 sprintf(linePrefix + prefixSize, "__");
31 prefixSize += 2;
32}
33void DrawLine(FILE *fGraph)
34{
35 fprintf(fGraph, "%s", linePrefix);

Callers 2

DrawLineFunction · 0.85
LogToStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected