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

Method Size

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

Source from the content-addressed store, hash-verified

1705
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 }

Callers 8

sendMethod · 0.80
prepareArtifactMethod · 0.80
prepareArtifactsMethod · 0.80
artifactPropsFunction · 0.80
layerFromDirFunction · 0.80
ListLayerMetadataMethod · 0.80
CopyRegularFileFunction · 0.80
ArchiveDirFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected