Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
97
func
(node *CacheNode) checksumPath() string {
98
return
node.filePath(
"checksum"
)
99
}
100
101
func
(node *CacheNode) timestampPath() string {
102
return
node.filePath(
"timestamp"
)
Callers
2
ReadChecksum
Method · 0.95
WriteChecksum
Method · 0.95
Calls
1
filePath
Method · 0.95
Tested by
no test coverage detected