Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MG-RAST/Shock
/ getIndexPath
Function
getIndexPath
shock-server/node/helper.go:109–111 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
107
}
108
109
func
getIndexPath(id string) string {
110
return
fmt.Sprintf(
"%s/idx"
, getPath(id))
111
}
Callers
1
IndexPath
Method · 0.85
Calls
1
getPath
Function · 0.85
Tested by
no test coverage detected