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

Method as_ref

rust/src/confidence.rs:49–54  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

47 }
48
49 pub fn as_ref<U>(&self) -> Conf<&U>
50 where
51 T: AsRef<U>,
52 {
53 Conf::new(self.contents.as_ref(), self.confidence)
54 }
55}
56
57/// Returns best value or LHS on tie

Callers 15

simplify_str_to_strFunction · 0.45
simplify_str_to_fqnFunction · 0.45
register_commandFunction · 0.45
demangle_genericFunction · 0.45
demangle_llvmFunction · 0.45
demangle_gnu3Function · 0.45
demangle_msFunction · 0.45
is_mangled_stringMethod · 0.45
demangleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected