MCPcopy Create free account
hub / github.com/53AI/53AIHub / DeleteFile

Method DeleteFile

api/service/document/processor.go:37–37  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

35 SaveFile(file io.Reader, filename string, size int64) (string, error)
36 GetFile(key string) (io.ReadCloser, error)
37 DeleteFile(key string) error
38}
39
40// ProcessingStats 处理统计信息

Callers 6

DeleteFileAsyncFunction · 0.65
HardDeleteFileFunction · 0.65
DeleteDirectoryMethod · 0.65

Implementers 2

LocalStorageapi/service/document/processor.go
OSSStorageapi/service/document/processor.go

Calls

no outgoing calls

Tested by

no test coverage detected