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

Method flag_from_id

rust/src/architecture.rs:1758–1760  ·  view source on GitHub ↗
(&self, id: FlagId)

Source from the content-addressed store, hash-verified

1756 }
1757
1758 fn flag_from_id(&self, id: FlagId) -> Option<CoreFlag> {
1759 CoreFlag::new(*self, id)
1760 }
1761
1762 fn flag_write_from_id(&self, id: FlagWriteId) -> Option<CoreFlagWrite> {
1763 CoreFlagWrite::new(*self, id)

Callers 4

cb_flag_nameFunction · 0.45
cb_flag_roleFunction · 0.45
cb_flag_write_llilFunction · 0.45
dest_flagMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected