Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dataelement/Clawith
/ exists
Method
exists
backend/app/services/storage_runtime/base.py:52–53 ·
view source on GitHub ↗
(self, key: str)
Source
from the content-addressed store, hash-verified
50
51
class
StorageBackend:
52
async
def
exists(self, key: str) -> bool:
53
raise
NotImplementedError
54
55
async
def
is_file(self, key: str) -> bool:
56
raise
NotImplementedError
Callers
15
_running_in_container
Function · 0.45
_log_bwrap_startup_status
Function · 0.45
lifespan
Function · 0.45
_read_seed_marker
Function · 0.45
send_email
Function · 0.45
_load_file
Function · 0.45
_read_file_safe
Function · 0.45
_load_skills_index
Function · 0.45
_load_folder_templates
Function · 0.45
_execute_heartbeat
Function · 0.45
seed_skills
Function · 0.45
_upload_dingtalk_media
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected