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

Method eq

rust/src/low_level_il/function.rs:266–268  ·  view source on GitHub ↗
(&self, rhs: &Self)

Source from the content-addressed store, hash-verified

264 for LowLevelILFunction<A, M, F>
265{
266 fn eq(&self, rhs: &Self) -> bool {
267 self.function().eq(&rhs.function())
268 }
269}
270
271impl<A: Architecture, M: FunctionMutability, F: FunctionForm> Hash for LowLevelILFunction<A, M, F> {

Callers

nothing calls this directly

Calls 1

functionMethod · 0.45

Tested by

no test coverage detected