MCPcopy
hub / github.com/containerd/containerd / Stat

Method Stat

pkg/os/os.go:33–33  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

31 MkdirAll(path string, perm os.FileMode) error
32 RemoveAll(path string) error
33 Stat(name string) (os.FileInfo, error)
34 ResolveSymbolicLink(name string) (string, error)
35 FollowSymlinkInScope(path, scope string) (string, error)
36 CopyFile(src, dest string, perm os.FileMode) error

Callers 15

supportsUserNSFunction · 0.65
traversePathFunction · 0.65
getFileSizeFunction · 0.65
isSwapLikelyEnabledFunction · 0.65
skipNriTestIfNecessaryFunction · 0.65
waitForFileAndReadFunction · 0.65
TestImageFSInfoFunction · 0.65

Implementers 2

RealOSpkg/os/os.go
FakeOSpkg/os/testing/fake_os.go

Calls

no outgoing calls

Tested by 15

supportsUserNSFunction · 0.52
traversePathFunction · 0.52
getFileSizeFunction · 0.52
isSwapLikelyEnabledFunction · 0.52
skipNriTestIfNecessaryFunction · 0.52
waitForFileAndReadFunction · 0.52
TestImageFSInfoFunction · 0.52