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

Method LogToStreamExtra

NULLC/SyntaxTreeGraph.cpp:55–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void NodeZeroOP::LogToStreamExtra(FILE *fGraph)
56{
57 NodeZeroOP *curr = head;
58 while(curr)
59 {
60 curr->LogToStream(fGraph);
61 curr = curr->next;
62 }
63}
64
65void NodeOneOP::LogToStream(FILE *fGraph)
66{

Callers

nothing calls this directly

Calls 1

LogToStreamMethod · 0.80

Tested by

no test coverage detected