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

Function DrawLine

NULLC/SyntaxTreeGraph.cpp:33–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 prefixSize += 2;
32}
33void DrawLine(FILE *fGraph)
34{
35 fprintf(fGraph, "%s", linePrefix);
36 if(preNeedChange)
37 {
38 preNeedChange = false;
39 GoUp();
40 level++;
41
42 prefixSize -= 2;
43 linePrefix[prefixSize] = 0;
44 sprintf(linePrefix + prefixSize, " __");
45 prefixSize += 5;
46 }
47}
48
49void NodeZeroOP::LogToStream(FILE *fGraph)
50{

Callers 1

LogToStreamMethod · 0.85

Calls 1

GoUpFunction · 0.85

Tested by

no test coverage detected