MCPcopy
hub / github.com/slimtoolkit/slim / IsDir

Method IsDir

pkg/docker/dockerimage/dockerimage.go:1710–1710  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1708func (f *utf8FileInfo) Mode() os.FileMode { return os.ModePerm }
1709func (f *utf8FileInfo) ModTime() time.Time { return f.modtime }
1710func (f *utf8FileInfo) IsDir() bool { return false }
1711func (f *utf8FileInfo) Sys() interface{} { return nil }
1712
1713func inspectFile(

Callers 15

GetCurrentPathsMethod · 0.80
prepareArtifactMethod · 0.80
preparePathsFunction · 0.80
saveArtifactsMethod · 0.80
enumerateArtifactsMethod · 0.80
rbEnsureGemFilesFunction · 0.80
ngxEnsureFunction · 0.80
artifactPropsFunction · 0.80
findSymlinksFunction · 0.80
buildImageFunction · 0.80
layerFromDirFunction · 0.80
saveInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected