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

Method ClassSelect

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

Source from the content-addressed store, hash-verified

239struct ClassSelect
240{
241 ClassSelect(): type(NULL){}
242 bool proceed(){ return !type; }
243 void action(unsigned hash){ type = CodeInfo::classMap.find(hash); }
244 TypeInfo **type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected