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

Method clean_chunks

core/storage.py:100–106  ·  view source on GitHub ↗

清理临时分片文件 :param upload_id: 上传会话ID :param save_path: 文件保存路径

(self, upload_id: str, save_path: str)

Source from the content-addressed store, hash-verified

98 raise NotImplementedError
99
100 async def clean_chunks(self, upload_id: str, save_path: str):
101 """
102 清理临时分片文件
103 :param upload_id: 上传会话ID
104 :param save_path: 文件保存路径
105 """
106 raise NotImplementedError
107
108
109class SystemFileStorage(FileStorageInterface):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected