MCPcopy
hub / github.com/syncthing/syncthing / modtimeChecker

Struct modtimeChecker

lib/ignore/ignore.go:652–654  ·  view source on GitHub ↗

modtimeChecker is the default implementation of ChangeDetector

Source from the content-addressed store, hash-verified

650
651// modtimeChecker is the default implementation of ChangeDetector
652type modtimeChecker struct {
653 modtimes map[modtimeCheckerKey]time.Time
654}
655
656func newModtimeChecker() *modtimeChecker {
657 return &modtimeChecker{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected