Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ hash
Method
hash
rust/src/low_level_il/function.rs:272–274 ·
view source on GitHub ↗
(&self, state: &mut H)
Source
from the content-addressed store, hash-verified
270
271
impl<A: Architecture, M: FunctionMutability, F: FunctionForm> Hash for LowLevelILFunction<A, M, F> {
272
fn hash<H: Hasher>(&self, state: &mut H) {
273
self.function().hash(state)
274
}
275
}
Callers
nothing calls this directly
Calls
1
function
Method · 0.45
Tested by
no test coverage detected