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

Method function

python/function.py:3407–3408  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3405
3406 @property
3407 def function(self) -> Optional['Function']:
3408 return self._function
3409
3410 @function.setter
3411 def function(self, func: 'Function') -> None:

Callers

nothing calls this directly

Tested by

no test coverage detected