Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ timestampFilePath
Method
timestampFilePath
internal/fingerprint/sources_timestamp.go:171–173 ·
view source on GitHub ↗
(t *ast.Task)
Source
from the content-addressed store, hash-verified
169
}
170
171
func
(checker *TimestampChecker) timestampFilePath(t *ast.Task) string {
172
return
filepath.Join(checker.tempDir,
"timestamp"
, normalizeFilename(t.Task))
173
}
Callers
1
IsUpToDate
Method · 0.95
Calls
1
normalizeFilename
Function · 0.85
Tested by
no test coverage detected