Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MG-RAST/Shock
/ RemoveAllFormFiles
Function
RemoveAllFormFiles
shock-server/node/file/file.go:39–44 ·
view source on GitHub ↗
(formfiles FormFiles)
Source
from the content-addressed store, hash-verified
37
}
38
39
func
RemoveAllFormFiles(formfiles FormFiles) {
40
for
_, formfile :=
range
formfiles {
41
formfile.Remove()
42
}
43
return
44
}
45
46
// FileInfo for streaming file content
47
type
FileInfo
struct
{
Callers
nothing calls this directly
Calls
1
Remove
Method · 0.45
Tested by
no test coverage detected