MCPcopy
hub / github.com/dataelement/Clawith / is_dir

Method is_dir

backend/app/services/storage_runtime/base.py:58–59  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

56 raise NotImplementedError
57
58 async def is_dir(self, key: str) -> bool:
59 raise NotImplementedError
60
61 async def list_dir(self, key: str) -> list[StorageEntry]:
62 raise NotImplementedError

Callers 15

_load_skills_indexFunction · 0.45
_load_folder_templatesFunction · 0.45
delete_workspace_fileFunction · 0.45
move_workspace_pathFunction · 0.45
_materialize_entryMethod · 0.45
_storage_list_dirFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected