Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_str
Function · 0.45
simplify_str_to_fqn
Function · 0.45
register_command
Function · 0.45
register_command_for_address
Function · 0.45
register_command_for_range
Function · 0.45
register_command_for_function
Function · 0.45
demangle_generic
Function · 0.45
demangle_llvm
Function · 0.45
demangle_gnu3
Function · 0.45
demangle_ms
Function · 0.45
is_mangled_string
Method · 0.45
demangle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected