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

Method hash

rust/src/high_level_il/function.rs:269–271  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

267
268impl Hash for HighLevelILFunction {
269 fn hash<H: Hasher>(&self, state: &mut H) {
270 self.function().hash(state)
271 }
272}
273
274impl ToOwned for HighLevelILFunction {

Callers

nothing calls this directly

Calls 1

functionMethod · 0.45

Tested by

no test coverage detected