MCPcopy
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
51class 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_containerFunction · 0.45
lifespanFunction · 0.45
_read_seed_markerFunction · 0.45
send_emailFunction · 0.45
_load_fileFunction · 0.45
_read_file_safeFunction · 0.45
_load_skills_indexFunction · 0.45
_load_folder_templatesFunction · 0.45
_execute_heartbeatFunction · 0.45
seed_skillsFunction · 0.45
_upload_dingtalk_mediaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected