Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MG-RAST/Shock
/ Rmdir
Method
Rmdir
shock-server/node/fs.go:363–365 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
361
}
362
363
func
(node *Node) Rmdir() (err error) {
364
return
os.RemoveAll(node.Path())
365
}
366
367
func
(node *Node) Mkdir() (err error) {
368
err = os.MkdirAll(node.Path(), 0777)
Callers
3
Delete
Method · 0.95
CreateNodeUpload
Function · 0.80
CreateNodesFromArchive
Function · 0.80
Calls
1
Path
Method · 0.95
Tested by
no test coverage detected