MCPcopy
hub / github.com/go-task/task / Location

Method Location

taskfile/node_cache.go:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93func (node *CacheNode) Location() string {
94 return node.filePath("yaml")
95}
96
97func (node *CacheNode) checksumPath() string {
98 return node.filePath("checksum")

Callers 3

readRemoteNodeContentMethod · 0.95
ReadMethod · 0.95
WriteMethod · 0.95

Calls 1

filePathMethod · 0.95

Tested by

no test coverage detected