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

Function GetCurrentNamespace

NULLC/Callbacks.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 return NULL;
152}
153NamespaceInfo* GetCurrentNamespace()
154{
155 return currNamespace;
156}
157void SetCurrentNamespace(NamespaceInfo* space)
158{
159 currNamespace = space;

Callers 5

ParseSelectTypeFunction · 0.85
ParseFunctionCallFunction · 0.85
ParseVariableFunction · 0.85
ParseTerminalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected