MCPcopy Index your code
hub / github.com/Zipstack/unstract / exists

Method exists

workers/shared/core/interfaces/api_interfaces.py:64–66  ·  view source on GitHub ↗

Check if key exists in cache.

(self, key: str)

Source from the content-addressed store, hash-verified

62
63 @abstractmethod
64 def exists(self, key: str) -> bool:
65 """Check if key exists in cache."""
66 pass
67
68
69class AuthenticationInterface(ABC):

Callers 15

worker.pyFile · 0.45
is_cloud_deploymentFunction · 0.45
_write_tool_resultFunction · 0.45
_run_summarize_stepMethod · 0.45
worker_config.pyFile · 0.45
load_pluggable_workerMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_pluginMethod · 0.36