MCPcopy Create free account
hub / github.com/cogentcore/core / ModTime

Method ModTime

system/driver/web/jsfs/null.go:44–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42func (s NullStat) Size() int64 { return 0 }
43func (s NullStat) Mode() os.FileMode { return 0 }
44func (s NullStat) ModTime() time.Time { return time.Time{} }
45func (s NullStat) IsDir() bool { return false }
46func (s NullStat) Sys() interface{} { return nil }

Callers 11

sortByModTimeFunction · 0.80
CheckUpdateMethod · 0.80
ReadMethod · 0.80
OpenMethod · 0.80
OpenSymCacheFunction · 0.80
modTimeFunction · 0.80
LatestModFunction · 0.80
StatMethod · 0.80
JSStatFunction · 0.80
FileModCheckMethod · 0.80
SaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected