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

Method progress_text

rust/src/background_task.rs:74–76  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

72 }
73
74 pub fn progress_text(&self) -> BnString {
75 unsafe { BnString::from_raw(BNGetBackgroundTaskProgressText(self.handle)) }
76 }
77
78 pub fn set_progress_text<S: BnStrCompatible>(&self, text: S) {
79 let progress_text = text.into_bytes_with_nul();

Calls

no outgoing calls