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

Method is_valid

rust/tests/debug_info.rs:13–15  ·  view source on GitHub ↗
(&self, _view: &BinaryView)

Source from the content-addressed store, hash-verified

11
12impl CustomDebugInfoParser for TestDebugInfoParser {
13 fn is_valid(&self, _view: &BinaryView) -> bool {
14 TEST_PARSER_ENABLED.load(Ordering::SeqCst)
15 }
16
17 fn parse_info(
18 &self,

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected