Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MG-RAST/Shock
/ Path
Method
Path
shock-server/node/helper.go:62–64 ·
view source on GitHub ↗
path
()
Source
from the content-addressed store, hash-verified
60
61
// path
62
func
(node *Node) Path() string {
63
return
getPath(node.Id)
64
}
65
66
func
(node *Node) IndexPath() string {
67
return
getIndexPath(node.Id)
Callers
11
Update
Method · 0.95
Save
Method · 0.95
SetFileFromSubset
Method · 0.95
SetFileFromParts
Function · 0.95
Rmdir
Method · 0.95
Mkdir
Method · 0.95
initParts
Method · 0.95
addPart
Method · 0.95
streamDownload
Function · 0.45
Read
Method · 0.45
RunVersionUpdates
Function · 0.45
Calls
1
getPath
Function · 0.85
Tested by
no test coverage detected