MCPcopy Create free account
hub / github.com/vastsa/FileCodeBox / delete_file

Method delete_file

core/storage.py:38–42  ·  view source on GitHub ↗

删除文件

(self, file_code: FileCodes)

Source from the content-addressed store, hash-verified

36 raise NotImplementedError
37
38 async def delete_file(self, file_code: FileCodes):
39 """
40 删除文件
41 """
42 raise NotImplementedError
43
44 async def get_file_url(self, file_code: FileCodes):
45 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected