Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
69
class
AuthenticationInterface(ABC):
Callers
15
_discover_worker_plugins
Method · 0.45
_load_plugin_from_config_worker
Method · 0.45
validate_plugin_structure
Function · 0.45
worker.py
File · 0.45
discover_pluggable_workers
Function · 0.45
is_cloud_deployment
Function · 0.45
_write_tool_result
Function · 0.45
_run_summarize_step
Method · 0.45
_run_pipeline_summarize
Method · 0.45
test_canonical_seam_exists
Method · 0.45
worker_config.py
File · 0.45
load_pluggable_worker
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_canonical_seam_exists
Method · 0.36
test_plugin
Method · 0.36