MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / WorkerActionCallback

Function WorkerActionCallback

binaryninjaapi.cpp:308–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306
307
308static void WorkerActionCallback(void* ctxt)
309{
310 WorkerThreadActionContext* action = (WorkerThreadActionContext*)ctxt;
311 action->action();
312 delete action;
313}
314
315
316void BinaryNinja::WorkerEnqueue(const function<void()>& action, const std::string& name)

Callers

nothing calls this directly

Calls 1

actionMethod · 0.45

Tested by

no test coverage detected