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

Method has_data

python/secretsprovider.py:123–124  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

121 raise NotImplementedError("Not implemented")
122
123 def has_data(self, key: str) -> bool:
124 return core.BNSecretsProviderHasData(self.handle, key)
125
126 def get_data(self, key: str) -> str:
127 return core.BNGetSecretsProviderData(self.handle, key)

Callers 1

connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected