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

Function triggerDone

ui/progresstask.h:427–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425 }
426
427 void triggerDone(QVariant result)
428 {
429 Q_EMIT done(result);
430 }
431
432 void triggerFail(std::exception_ptr exc)
433 {

Callers 1

runThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected