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

Method Size

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

Source from the content-addressed store, hash-verified

36}
37func (fi *StaticFileInfo) Name() string { return fi.Named }
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 }

Callers 3

fileInfoToStaticFunction · 0.45
RenamedFileInfoFunction · 0.45
recvTimeoutMethod · 0.45

Calls

no outgoing calls

Tested by 1

fileInfoToStaticFunction · 0.36