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

Method contains

python/workflow.py:386–394  ·  view source on GitHub ↗

``contains`` Determine if an Activity exists in this Workflow. :param ActivityType activity: the Activity name :return: True if the Activity exists, False otherwise :rtype: bool

(self, activity: ActivityType)

Source from the content-addressed store, hash-verified

384 return activity
385
386 def contains(self, activity: ActivityType) -> bool:
387 """
388 ``contains`` Determine if an Activity exists in this Workflow.
389
390 :param ActivityType activity: the Activity name
391 :return: True if the Activity exists, False otherwise
392 :rtype: bool
393 """
394 return core.BNWorkflowContains(self.handle, str(activity))
395
396 def configuration(self, activity: ActivityType = "") -> str:
397 """

Callers 14

initMethod · 0.45
resolve_missing_ntrsMethod · 0.45
is_name_anonymousMethod · 0.45
read_from_sym_storeFunction · 0.45
parse_mod_symbolsMethod · 0.45
demangle_to_typeMethod · 0.45
from_view_settingsMethod · 0.45
globalMethod · 0.45
to_bn_symbol_at_addressFunction · 0.45
to_bn_typeFunction · 0.45
actionMethod · 0.45
default_settingsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected