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

Method keys

python/binaryview.py:2008–2012  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2006 return False
2007
2008 def keys(self) -> KeysView[str]:
2009 if self._symbol_cache is None:
2010 self._build_symbol_cache()
2011 assert self._symbol_cache is not None
2012 return self._symbol_cache.keys()
2013
2014 def items(self) -> ItemsView[str, List['_types.CoreSymbol']]:
2015 if self._symbol_cache is None:

Callers

nothing calls this directly

Calls 2

_build_symbol_cacheMethod · 0.95
keysMethod · 0.45

Tested by

no test coverage detected