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

Method split

rust/src/progress.rs:53–55  ·  view source on GitHub ↗
(self, subpart_weights: &'static [usize])

Source from the content-addressed store, hash-verified

51 }
52
53 fn split(self, subpart_weights: &'static [usize]) -> Self::SplitProgressType {
54 SplitProgress::new(self, subpart_weights)
55 }
56}
57
58pub struct NoProgressCallback;

Callers 3

progress_simple_splitFunction · 0.45
progress_recursive_splitFunction · 0.45

Calls 2

SplitProgressNopClass · 0.85
lenMethod · 0.45

Tested by 2

progress_simple_splitFunction · 0.36
progress_recursive_splitFunction · 0.36