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

Method session_id

python/filemetadata.py:176–177  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

174
175 @property
176 def session_id(self) -> int:
177 return core.BNFileMetadataGetSessionId(self.handle)
178
179 @classmethod
180 def _unregister(cls, f):

Callers 1

fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected