Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MG-RAST/Shock
/ IndexPath
Method
IndexPath
shock-server/node/helper.go:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
func
(node *Node) IndexPath() string {
67
return
getIndexPath(node.Id)
68
}
69
70
func
(node *Node) FilePath() string {
71
if
node.File.Path !=
""
{
Callers
8
AsyncIndexer
Function · 0.95
DeleteIndex
Method · 0.95
HasIndex
Method · 0.95
Update
Method · 0.95
SetFileFromSubset
Method · 0.95
Mkdir
Method · 0.95
Read
Method · 0.80
RunVersionUpdates
Function · 0.80
Calls
1
getIndexPath
Function · 0.85
Tested by
no test coverage detected