Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ Tar
Struct
Tar
internal/sync/tar.go:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
type
Tar
struct
{
53
client LowLevelClient
54
55
projectName string
56
}
57
58
var
_ Syncer = &Tar{}
59
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected