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

Method SetProgressText

backgroundtask.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63
64void BackgroundTask::SetProgressText(const string& text)
65{
66 BNSetBackgroundTaskProgressText(m_object, text.c_str());
67}
68
69
70vector<Ref<BackgroundTask>> BackgroundTask::GetRunningTasks()

Callers 6

loadImagesWithAddrMethod · 0.80
loadImagesWithAddrMethod · 0.80
ProcessVFTMethod · 0.80
ProcessVFTMethod · 0.80
InspireWriteCallbackFunction · 0.80
InspireFunction · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected