MCPcopy Create free account
hub / github.com/tailscale/tailscale / ModTime

Method ModTime

drive/driveimpl/shared/stat.go:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38func (fi *StaticFileInfo) Size() int64 { return fi.Sized }
39func (fi *StaticFileInfo) Mode() os.FileMode { return fi.Moded }
40func (fi *StaticFileInfo) ModTime() time.Time { return fi.ModdedTime }
41func (fi *StaticFileInfo) IsDir() bool { return fi.Dir }
42func (fi *StaticFileInfo) Sys() any { return nil }
43

Callers 9

DisabledEtcAptSourceFunction · 0.80
mtimeFunction · 0.80
stubResolverForOSFunction · 0.80
serveFileOrDirectoryMethod · 0.80
CommitTimeMethod · 0.80
NewFunction · 0.80
TestBirthTimingFunction · 0.80
fileInfoToStaticFunction · 0.80
RenamedFileInfoFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestBirthTimingFunction · 0.64
fileInfoToStaticFunction · 0.64