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

Method UpdateCallback

update.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 function<bool(size_t progress, size_t total)> func;
31
32 static bool UpdateCallback(void* ctxt, size_t progress, size_t total)
33 {
34 UpdateProgress* self = (UpdateProgress*)ctxt;
35 return self->func(progress, total);
36 }
37 };
38} // namespace BinaryNinja
39

Callers

nothing calls this directly

Calls 1

funcMethod · 0.80

Tested by

no test coverage detected