Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ clone
Method
clone
rust/src/medium_level_il/block.rs:41–45 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
39
40
impl Clone for MediumLevelILBlock {
41
fn clone(&self) -> Self {
42
MediumLevelILBlock {
43
function: self.function.to_owned(),
44
}
45
}
46
}
47
48
pub struct MediumLevelILBlockIter {
Callers
3
lift
Method · 0.45
branch_dependencies
Method · 0.45
wrap_raw
Method · 0.45
Calls
1
to_owned
Method · 0.45
Tested by
no test coverage detected