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

Function SetCurrentFunction

NULLC/Callbacks.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59const char* currFunction;
60const char* SetCurrentFunction(const char* func)
61{
62 const char* lastFunction = currFunction;
63 currFunction = func;
64 return lastFunction;
65}
66unsigned currArgument = 0;
67unsigned SetCurrentArgument(unsigned argument)
68{

Callers 9

EndBlockFunction · 0.85
WrapNodeToFunctionFunction · 0.85
ParseFunctionCallFunction · 0.85
ParseFunctionDefinitionFunction · 0.85
ParsePostExpressionFunction · 0.85
ParseCustomConstructorFunction · 0.85
ParseTerminalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected