Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
void NodeZeroOP::LogToStream(FILE *fGraph)
50
{
51
DrawLine(fGraph);
52
fprintf(fGraph,
"%s ZeroOp\r\n"
, typeInfo->GetFullTypeName());
53
}
54
55
void NodeZeroOP::LogToStreamExtra(FILE *fGraph)
56
{
Callers
2
LogToStreamExtra
Method · 0.80
Compile
Method · 0.80
Calls
6
DrawLine
Function · 0.85
GoDown
Function · 0.85
GoUp
Function · 0.85
GoDownB
Function · 0.85
assert
Function · 0.85
GetFullTypeName
Method · 0.80
Tested by
no test coverage detected