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

Method LogToStream

NULLC/SyntaxTreeGraph.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void NodeZeroOP::LogToStream(FILE *fGraph)
50{
51 DrawLine(fGraph);
52 fprintf(fGraph, "%s ZeroOp\r\n", typeInfo->GetFullTypeName());
53}
54
55void NodeZeroOP::LogToStreamExtra(FILE *fGraph)
56{

Callers 2

LogToStreamExtraMethod · 0.80
CompileMethod · 0.80

Calls 6

DrawLineFunction · 0.85
GoDownFunction · 0.85
GoUpFunction · 0.85
GoDownBFunction · 0.85
assertFunction · 0.85
GetFullTypeNameMethod · 0.80

Tested by

no test coverage detected