Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ proceed
Method
proceed
NULLC/Callbacks.cpp:242–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
{
241
ClassSelect(): type(NULL){}
242
bool proceed(){ return !type; }
243
void action(unsigned hash){ type = CodeInfo::classMap.find(hash); }
244
TypeInfo **type;
245
};
Callers
1
NamespaceSelect
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected