MCPcopy 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
39func RemoveAllFormFiles(formfiles FormFiles) {
40 for _, formfile := range formfiles {
41 formfile.Remove()
42 }
43 return
44}
45
46// FileInfo for streaming file content
47type FileInfo struct {

Callers

nothing calls this directly

Calls 1

RemoveMethod · 0.45

Tested by

no test coverage detected