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

Method __len__

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

Source from the content-addressed store, hash-verified

1994 return self._symbol_cache[self._keys[self._n - 1]]
1995
1996 def __len__(self):
1997 if self._symbol_cache is None:
1998 self._build_symbol_cache()
1999 return self._count
2000
2001 def __contains__(self, value: str):
2002 try:

Callers

nothing calls this directly

Calls 1

_build_symbol_cacheMethod · 0.95

Tested by

no test coverage detected