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

Method try_function_guid

plugins/warp/src/cache.rs:349–354  ·  view source on GitHub ↗
(&self, function: &BNFunction)

Source from the content-addressed store, hash-verified

347 }
348
349 pub fn try_function_guid(&self, function: &BNFunction) -> Option<FunctionGUID> {
350 let function_id = FunctionID::from(function);
351 self.cache
352 .get(&function_id)
353 .map(|function_guid| function_guid.value().to_owned())
354 }
355}
356
357#[derive(Clone, Debug, Default)]

Callers 2

try_cached_function_guidFunction · 0.80
function_constraintMethod · 0.80

Calls 4

mapMethod · 0.80
getMethod · 0.45
to_ownedMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected