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

Method WorkerInteractiveEnqueue

binaryninjaapi.cpp:360–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358
359
360void BinaryNinja::WorkerInteractiveEnqueue(const function<void()>& action, const std::string& name)
361{
362 WorkerThreadActionContext* ctxt = new WorkerThreadActionContext;
363 ctxt->action = action;
364 BNWorkerInteractiveEnqueueNamed(ctxt, WorkerActionCallback, name.c_str());
365}
366
367
368void BinaryNinja::WorkerInteractiveEnqueue(RefCountObject* owner, const function<void()>& action, const std::string& name)

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.80
funcMethod · 0.80

Tested by

no test coverage detected