MCPcopy Create free account
hub / github.com/docker/compose / Untar

Method Untar

internal/sync/tar_test.go:46–49  ·  view source on GitHub ↗
(_ context.Context, _ string, _ io.ReadCloser)

Source from the content-addressed store, hash-verified

44}
45
46func (f *fakeLowLevelClient) Untar(_ context.Context, _ string, _ io.ReadCloser) error {
47 f.untarCount++
48 return nil
49}
50
51func TestSync_ExistingPath(t *testing.T) {
52 tmpDir := t.TempDir()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected