Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
pub struct NoProgressCallback;
Callers
3
progress_simple_split
Function · 0.45
progress_recursive_split
Function · 0.45
download_database_with_progress
Method · 0.45
Calls
2
SplitProgressNop
Class · 0.85
len
Method · 0.45
Tested by
2
progress_simple_split
Function · 0.36
progress_recursive_split
Function · 0.36