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

Method FunctionSelect

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

Source from the content-addressed store, hash-verified

255struct FunctionSelect
256{
257 FunctionSelect(): curr(NULL){}
258 bool proceed(){ return !curr; }
259 void action(unsigned hash){ curr = funcMap.first(hash); }
260 HashMap<FunctionInfo*>::Node *curr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected