Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
153
NamespaceInfo* GetCurrentNamespace()
154
{
155
return currNamespace;
156
}
157
void SetCurrentNamespace(NamespaceInfo* space)
158
{
159
currNamespace = space;
Callers
5
ParseSelectType
Function · 0.85
ParseFunctionCall
Function · 0.85
ParseShortFunctionDefinition
Function · 0.85
ParseVariable
Function · 0.85
ParseTerminal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected