MCPcopy Create free account
hub / github.com/kataras/iris / ModTime

Method ModTime

core/router/fs.go:1199–1199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1197func (fi *fileInfo) Name() string { return fi.baseName }
1198func (fi *fileInfo) Mode() os.FileMode { return fi.mode }
1199func (fi *fileInfo) ModTime() time.Time { return fi.modTime }
1200func (fi *fileInfo) IsDir() bool { return fi.isDir }
1201func (fi *fileInfo) Size() int64 { return 0 }
1202func (fi *fileInfo) Sys() interface{} { return fi }

Callers 6

FileServerFunction · 0.45
DirListRichFunction · 0.45
cacheFilesFunction · 0.45
newDirFunction · 0.45
findDirsFunction · 0.45
ServeFileWithRateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected