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

Method name

python/function.py:516–518  ·  view source on GitHub ↗

Symbol name for the function

(self)

Source from the content-addressed store, hash-verified

514
515 @property
516 def name(self) -> str:
517 """Symbol name for the function"""
518 return self.symbol.name
519
520 @name.setter
521 def name(self, value: Union[str, 'types.CoreSymbol']) -> None: # type: ignore

Callers

nothing calls this directly

Calls 3

SymbolMethod · 0.80
undefine_user_symbolMethod · 0.45
define_user_symbolMethod · 0.45

Tested by

no test coverage detected