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

Class VariableReferenceSource

python/function.py:190–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189@dataclass
190class VariableReferenceSource:
191 var: 'variable.Variable'
192 src: ILReferenceSource
193
194 def __repr__(self):
195 return f"<var: {repr(self.var)}, src: {repr(self.src)}>"
196
197
198@dataclass

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected