Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DeleteFileAsync
Function · 0.65
HardDeleteFile
Function · 0.65
DeleteDirectory
Method · 0.65
cleanupCancelledUpload
Method · 0.65
cleanupDatabaseRecords
Method · 0.65
cleanupIncompleteFileRecord
Method · 0.65
Implementers
2
LocalStorage
api/service/document/processor.go
OSSStorage
api/service/document/processor.go
Calls
no outgoing calls
Tested by
no test coverage detected