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

Method set_progress_text

rust/src/background_task.rs:78–83  ·  view source on GitHub ↗
(&self, text: S)

Source from the content-addressed store, hash-verified

76 }
77
78 pub fn set_progress_text<S: BnStrCompatible>(&self, text: S) {
79 let progress_text = text.into_bytes_with_nul();
80 unsafe {
81 BNSetBackgroundTaskProgressText(self.handle, progress_text.as_ref().as_ptr() as *mut _)
82 }
83 }
84
85 pub fn running_tasks() -> Array<BackgroundTask> {
86 unsafe {

Callers 2

actionMethod · 0.80

Calls 2

into_bytes_with_nulMethod · 0.80
as_refMethod · 0.45

Tested by 1