MCPcopy
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
171func (checker *TimestampChecker) timestampFilePath(t *ast.Task) string {
172 return filepath.Join(checker.tempDir, "timestamp", normalizeFilename(t.Task))
173}

Callers 1

IsUpToDateMethod · 0.95

Calls 1

normalizeFilenameFunction · 0.85

Tested by

no test coverage detected