MCPcopy 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
62func (node *Node) Path() string {
63 return getPath(node.Id)
64}
65
66func (node *Node) IndexPath() string {
67 return getIndexPath(node.Id)

Callers 11

UpdateMethod · 0.95
SaveMethod · 0.95
SetFileFromSubsetMethod · 0.95
SetFileFromPartsFunction · 0.95
RmdirMethod · 0.95
MkdirMethod · 0.95
initPartsMethod · 0.95
addPartMethod · 0.95
streamDownloadFunction · 0.45
ReadMethod · 0.45
RunVersionUpdatesFunction · 0.45

Calls 1

getPathFunction · 0.85

Tested by

no test coverage detected