MCPcopy
hub / github.com/syncthing/syncthing / newModtimeChecker

Function newModtimeChecker

lib/ignore/ignore.go:656–660  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

654}
655
656func newModtimeChecker() *modtimeChecker {
657 return &modtimeChecker{
658 modtimes: map[modtimeCheckerKey]time.Time{},
659 }
660}
661
662func (c *modtimeChecker) Remember(fs fs.Filesystem, name string, modtime time.Time) {
663 c.modtimes[modtimeCheckerKey{fs, name}] = modtime

Callers 1

NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected