MCPcopy Create free account
hub / github.com/gokcehan/lf / ModTime

Method ModTime

misc_test.go:423–423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

421func (fileinfo fakeFileInfo) Size() int64 { return 0 }
422func (fileinfo fakeFileInfo) Mode() os.FileMode { return os.FileMode(0o000) }
423func (fileinfo fakeFileInfo) ModTime() time.Time { return time.Unix(0, 0) }
424func (fileinfo fakeFileInfo) IsDir() bool { return fileinfo.isDir }
425func (fileinfo fakeFileInfo) Sys() any { return nil }
426

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected