MCPcopy 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
40impl Clone for MediumLevelILBlock {
41 fn clone(&self) -> Self {
42 MediumLevelILBlock {
43 function: self.function.to_owned(),
44 }
45 }
46}
47
48pub struct MediumLevelILBlockIter {

Callers 3

liftMethod · 0.45
branch_dependenciesMethod · 0.45
wrap_rawMethod · 0.45

Calls 1

to_ownedMethod · 0.45

Tested by

no test coverage detected