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

Method action

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

Source from the content-addressed store, hash-verified

265 FunctionSelectCall(int scope): scope(scope){}
266 bool proceed(){ return !bestFuncList.size(); }
267 void action(unsigned hash){ SelectFunctionsForHash(hash, scope); }
268 unsigned scope;
269};
270

Callers

nothing calls this directly

Calls 1

SelectFunctionsForHashFunction · 0.85

Tested by

no test coverage detected