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

Method Mode

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

Source from the content-addressed store, hash-verified

1706func (f *utf8FileInfo) Name() string { return f.name }
1707func (f *utf8FileInfo) Size() int64 { return f.size }
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 }

Callers 15

resolveDepArtifactsFunction · 0.80
GetCurrentPathsMethod · 0.80
prepareArtifactMethod · 0.80
prepareArtifactsMethod · 0.80
resolveLinksMethod · 0.80
resloveLinkFunction · 0.80
saveArtifactsMethod · 0.80
artifactPropsFunction · 0.80
findSymlinksFunction · 0.80
EnsureLocalBinaryFunction · 0.80
layerFromDirFunction · 0.80
fileExistsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected