MCPcopy Index your code
hub / github.com/53AI/53AIHub / Load

Method Load

api/common/storage/storage.go:29–29  ·  view source on GitHub ↗
(fileName string)

Source from the content-addressed store, hash-verified

27 Exists(fileName string) bool
28 Delete(fileName string) error
29 Load(fileName string) ([]byte, error)
30 GetBasePath() string
31}
32

Callers 15

serveUploadFileFunction · 0.65
PreviewFileFunction · 0.65
ForceImportSkillMethod · 0.65
executeScanJobMethod · 0.65
LoadSnapshotMethod · 0.65
LoadBatchMethod · 0.65
GetFileProgressMethod · 0.65

Implementers 2

AliyunOSSStorageapi/common/storage/storage.go
LocalStorageapi/common/storage/storage.go

Calls

no outgoing calls

Tested by

no test coverage detected