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

Method from

rust/src/metadata.rs:374–376  ·  view source on GitHub ↗
(value: bool)

Source from the content-addressed store, hash-verified

372
373impl From<bool> for Ref<Metadata> {
374 fn from(value: bool) -> Self {
375 unsafe { Metadata::ref_from_raw(BNCreateMetadataBooleanData(value)) }
376 }
377}
378
379impl From<u64> for Ref<Metadata> {

Callers

nothing calls this directly

Calls 7

into_bytes_with_nulMethod · 0.80
mapMethod · 0.80
lenMethod · 0.45
iterMethod · 0.45
pushMethod · 0.45
as_refMethod · 0.45
into_iterMethod · 0.45

Tested by

no test coverage detected