MCPcopy Index your code
hub / github.com/go-task/task / checksumPath

Method checksumPath

taskfile/node_cache.go:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97func (node *CacheNode) checksumPath() string {
98 return node.filePath("checksum")
99}
100
101func (node *CacheNode) timestampPath() string {
102 return node.filePath("timestamp")

Callers 2

ReadChecksumMethod · 0.95
WriteChecksumMethod · 0.95

Calls 1

filePathMethod · 0.95

Tested by

no test coverage detected