Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
373
impl From<bool> for Ref<Metadata> {
374
fn from(value: bool) -> Self {
375
unsafe { Metadata::ref_from_raw(BNCreateMetadataBooleanData(value)) }
376
}
377
}
378
379
impl From<u64> for Ref<Metadata> {
Callers
nothing calls this directly
Calls
7
into_bytes_with_nul
Method · 0.80
map
Method · 0.80
len
Method · 0.45
iter
Method · 0.45
push
Method · 0.45
as_ref
Method · 0.45
into_iter
Method · 0.45
Tested by
no test coverage detected