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

Method flag_class_from_id

rust/src/architecture.rs:1766–1768  ·  view source on GitHub ↗
(&self, id: FlagClassId)

Source from the content-addressed store, hash-verified

1764 }
1765
1766 fn flag_class_from_id(&self, id: FlagClassId) -> Option<CoreFlagClass> {
1767 CoreFlagClass::new(*self, id)
1768 }
1769
1770 fn flag_group_from_id(&self, id: FlagGroupId) -> Option<CoreFlagGroup> {
1771 CoreFlagGroup::new(*self, id)

Callers 4

cb_flag_roleFunction · 0.45
cb_flag_cond_llilFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected