Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
148
func
removeFile(filename string) {
149
if
err := os.Remove(filename); err != nil {
150
logger.Error(
"removeFile(): "
, err)
151
}
152
}
Callers
2
UploadAndSaveFile
Method · 0.85
uploadToStorage
Method · 0.85
Calls
1
Error
Function · 0.92
Tested by
no test coverage detected