Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ role
Method
role
rust/src/architecture.rs:690–692 ·
view source on GitHub ↗
(&self, _class: Option<Self::FlagClass>)
Source
from the content-addressed store, hash-verified
688
unreachable!()
689
}
690
fn role(&self, _class: Option<Self::FlagClass>) -> FlagRole {
691
unreachable!()
692
}
693
fn id(&self) -> FlagId {
694
unreachable!()
695
}
Callers
3
flag_write_llil
Method · 0.45
cb_flag_role
Function · 0.45
cb_flag_write_llil
Function · 0.45
Calls
1
map
Method · 0.80
Tested by
no test coverage detected