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

Method list_dir

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

Source from the content-addressed store, hash-verified

59 raise NotImplementedError
60
61 async def list_dir(self, key: str) -> list[StorageEntry]:
62 raise NotImplementedError
63
64 async def read_bytes(self, key: str) -> bytes:
65 raise NotImplementedError

Callers 12

_load_skills_indexFunction · 0.45
_materialize_entryMethod · 0.45
_storage_list_dirFunction · 0.45
_storage_walk_filesFunction · 0.45
process_feishu_eventFunction · 0.45
list_filesFunction · 0.45
list_enterprise_kb_filesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected