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

Method ModTime

nav.go:141–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139func (fs *fakeStat) Size() int64 { return 0 }
140func (fs *fakeStat) Mode() os.FileMode { return os.FileMode(0o000) }
141func (fs *fakeStat) ModTime() time.Time { return time.Unix(0, 0) }
142func (fs *fakeStat) IsDir() bool { return false }
143func (fs *fakeStat) Sys() any { return nil }
144

Callers 9

copyFileFunction · 0.45
copyAllFunction · 0.45
newFileFunction · 0.45
sortMethod · 0.45
checkDirMethod · 0.45
checkRegMethod · 0.45
fileInfoFunction · 0.45
drawStatMethod · 0.45
drawRulerFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected