Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ PopNamespace
Function
PopNamespace
NULLC/Callbacks.cpp:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
void PopNamespace()
123
{
124
namespaceStack.pop_back();
125
}
126
NamespaceInfo* IsNamespace(InplaceStr space)
127
{
128
for(int i = namespaceStack.size() - 1; i >= 0; i--)
Callers
1
ParseExpression
Function · 0.85
Calls
1
pop_back
Method · 0.45
Tested by
no test coverage detected