Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ component_guid
Method
component_guid
rust/src/component.rs:319–321 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
317
318
impl IntoComponentGuid for &Component {
319
fn component_guid(self) -> BnString {
320
self.guid()
321
}
322
}
323
324
impl<S: BnStrCompatible> IntoComponentGuid for S {
Callers
1
remove_component_by_guid
Method · 0.80
Calls
1
guid
Method · 0.45
Tested by
no test coverage detected