Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ set_default_session_data
Method
set_default_session_data
python/function.py:512–513 ·
view source on GitHub ↗
(name: str, value)
Source
from the content-addressed store, hash-verified
510
511
@staticmethod
512
def
set_default_session_data(name: str, value) -> None:
513
_FunctionAssociatedDataStore.set_default(name, value)
514
515
@property
516
def
name(self) -> str:
Callers
1
angr_plugin.py
File · 0.45
Calls
1
set_default
Method · 0.80
Tested by
no test coverage detected