MCPcopy 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
66func (node *Node) IndexPath() string {
67 return getIndexPath(node.Id)
68}
69
70func (node *Node) FilePath() string {
71 if node.File.Path != "" {

Callers 8

AsyncIndexerFunction · 0.95
DeleteIndexMethod · 0.95
HasIndexMethod · 0.95
UpdateMethod · 0.95
SetFileFromSubsetMethod · 0.95
MkdirMethod · 0.95
ReadMethod · 0.80
RunVersionUpdatesFunction · 0.80

Calls 1

getIndexPathFunction · 0.85

Tested by

no test coverage detected