MCPcopy 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
318impl IntoComponentGuid for &Component {
319 fn component_guid(self) -> BnString {
320 self.guid()
321 }
322}
323
324impl<S: BnStrCompatible> IntoComponentGuid for S {

Callers 1

Calls 1

guidMethod · 0.45

Tested by

no test coverage detected