Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ valid
Method
valid
plugins/dwarf/dwarfdump/src/lib.rs:321–323 ·
view source on GitHub ↗
(&self, view: &BinaryView)
Source
from the content-addressed store, hash-verified
319
}
320
321
fn valid(&self, view: &BinaryView) -> bool {
322
is_valid(view)
323
}
324
}
325
326
#[no_mangle]
Callers
nothing calls this directly
Calls
1
is_valid
Function · 0.85
Tested by
no test coverage detected