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

Method read_bytes

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

Source from the content-addressed store, hash-verified

62 raise NotImplementedError
63
64 async def read_bytes(self, key: str) -> bytes:
65 raise NotImplementedError
66
67 async def read_text(self, key: str, encoding: str = "utf-8", errors: str = "replace") -> str:
68 raw = await self.read_bytes(key)

Callers 15

read_textMethod · 0.95
send_emailFunction · 0.45
_upload_dingtalk_mediaFunction · 0.45
move_workspace_pathFunction · 0.45
_materialize_entryMethod · 0.45
flush_temp_workspaceFunction · 0.45
_send_file_via_slackFunction · 0.45
_send_file_to_agentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected