MCPcopy
hub / github.com/docker/compose / Close

Method Close

internal/sync/tar.go:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135}
136
137func (a *ArchiveBuilder) Close() error {
138 return a.tw.Close()
139}
140
141// ArchivePathsIfExist creates a tar archive of all local files in `paths`. It quietly skips any paths that don't exist.
142func (a *ArchiveBuilder) ArchivePathsIfExist(paths []PathMapping) error {

Callers 1

tarArchiveFunction · 0.95

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected