MCPcopy
hub / github.com/istio/istio / Stat

Method Stat

cni/pkg/nodeagent/fakes_test.go:146–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144}
145
146func (f *fakeFileFakeFds) Stat() (fs.FileInfo, error) {
147 fi, err := f.File.Stat()
148 if err != nil {
149 return nil, err
150 }
151 return &fakeFileFakeFI{FileInfo: fi, ino: f.ino}, nil
152}
153
154type fakeFileFakeFI struct {
155 fs.FileInfo

Callers 15

WriteArchiveFromFilesFunction · 0.80
TestResolveSymlinkFunction · 0.80
isCrlFileProvidedFunction · 0.80
getPodNetNsFunction · 0.80
processEntryMethod · 0.80
statHostNetnsFunction · 0.80
NewListenerFunction · 0.80
writeCNIConfigFunction · 0.80
CleanupMethod · 0.80
checkBinDirFunction · 0.80
generateModulePathFunction · 0.80
GetOSRootFilePathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected