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

Method progress

rust/src/progress.rs:49–51  ·  view source on GitHub ↗
(&mut self, progress: usize, total: usize)

Source from the content-addressed store, hash-verified

47 type SplitProgressType = SplitProgress<F>;
48
49 fn progress(&mut self, progress: usize, total: usize) -> bool {
50 self(progress, total)
51 }
52
53 fn split(self, subpart_weights: &'static [usize]) -> Self::SplitProgressType {
54 SplitProgress::new(self, subpart_weights)

Callers 4

cb_progress_callbackMethod · 0.45
progress_simpleFunction · 0.45
progress_simple_splitFunction · 0.45
progress_recursive_splitFunction · 0.45

Calls

no outgoing calls

Tested by 3

progress_simpleFunction · 0.36
progress_simple_splitFunction · 0.36
progress_recursive_splitFunction · 0.36