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

Method parent

rust/src/architecture.rs:776–785  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

774 type RegType = CoreRegister;
775
776 fn parent(&self) -> Option<CoreRegister> {
777 if self.id != RegisterId::from(self.info.fullWidthRegister) {
778 Some(CoreRegister::new(
779 self.arch,
780 RegisterId::from(self.info.fullWidthRegister),
781 )?)
782 } else {
783 None
784 }
785 }
786
787 fn size(&self) -> usize {
788 self.info.size

Callers 1

cb_register_infoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected