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

Method clone

rust/src/low_level_il/block.rs:76–80  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

74 F: FunctionForm,
75{
76 fn clone(&self) -> Self {
77 LowLevelILBlock {
78 function: self.function,
79 }
80 }
81}
82
83pub struct LowLevelILBlockIter<'func, A, M, F>

Callers 2

inc_refMethod · 0.45
create_clientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected