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

Method code_refs

python/binaryview.py:11083–11085  ·  view source on GitHub ↗

code references to this data variable (read-only)

(self)

Source from the content-addressed store, hash-verified

11081
11082 @property
11083 def code_refs(self) -> Generator['ReferenceSource', None, None]:
11084 """code references to this data variable (read-only)"""
11085 return self.view.get_code_refs(self.address, max(1, len(self)))
11086
11087 def __len__(self):
11088 return len(self.type)

Callers

nothing calls this directly

Calls 1

get_code_refsMethod · 0.80

Tested by

no test coverage detected