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

Method size

rust/src/low_level_il/operation.rs:96–98  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

94 F: FunctionForm,
95{
96 pub fn size(&self) -> usize {
97 self.op.size
98 }
99}
100
101impl<A, M, F> Debug for Operation<'_, A, M, F, Pop>

Callers 2

fmtMethod · 0.45
lift_with_sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected