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

Method is_empty

python/settings.py:246–253  ·  view source on GitHub ↗

``is_empty`` determine if the active settings schema is empty :return: True if the active settings schema is empty, False otherwise :rtype: bool

(self)

Source from the content-addressed store, hash-verified

244 return core.BNSettingsContains(self.handle, key)
245
246 def is_empty(self) -> bool:
247 """
248 ``is_empty`` determine if the active settings schema is empty
249
250 :return: True if the active settings schema is empty, False otherwise
251 :rtype: bool
252 """
253 return core.BNSettingsIsEmpty(self.handle)
254
255 def keys(self) -> List[str]:
256 """

Callers 15

active_local_cacheFunction · 0.45
parse_sym_srvFunction · 0.45
fmtMethod · 0.45
insertMethod · 0.45
lookup_localsMethod · 0.45
demangle_to_typeMethod · 0.45
from_view_settingsMethod · 0.45
find_typedef_by_nameMethod · 0.45
translate_functionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected