MCPcopy Create free account
hub / github.com/Creatly/creatly-backend / removeFile

Function removeFile

internal/service/files.go:148–152  ·  view source on GitHub ↗
(filename string)

Source from the content-addressed store, hash-verified

146}
147
148func removeFile(filename string) {
149 if err := os.Remove(filename); err != nil {
150 logger.Error("removeFile(): ", err)
151 }
152}

Callers 2

UploadAndSaveFileMethod · 0.85
uploadToStorageMethod · 0.85

Calls 1

ErrorFunction · 0.92

Tested by

no test coverage detected