MCPcopy Create free account
hub / github.com/coder/envbox / mountBinding

Function mountBinding

integration/integrationtest/docker.go:591–593  ·  view source on GitHub ↗
(src, dst string)

Source from the content-addressed store, hash-verified

589}
590
591func mountBinding(src, dst string) string {
592 return fmt.Sprintf("%s:%s", src, dst)
593}
594
595type testWriter struct {
596 t testing.TB

Callers 1

RunLocalDockerRegistryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected