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

Struct TimestampChecker

internal/fingerprint/sources_timestamp.go:13–16  ·  view source on GitHub ↗

TimestampChecker checks if any source change compared with the generated files, using file modifications timestamps.

Source from the content-addressed store, hash-verified

11// TimestampChecker checks if any source change compared with the generated files,
12// using file modifications timestamps.
13type TimestampChecker struct {
14 tempDir string
15 dry bool
16}
17
18func NewTimestampChecker(tempDir string, dry bool) *TimestampChecker {
19 return &TimestampChecker{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected