MCPcopy
hub / github.com/dagger/container-use / RepositorySetup

FuncType RepositorySetup

environment/integration/helpers.go:94–94  ·  view source on GitHub ↗

RepositorySetup is a function that prepares a test repository

func(t *testing.T, repoDir string)

Source from the content-addressed store, hash-verified

92
93// RepositorySetup is a function that prepares a test repository
94type RepositorySetup func(t *testing.T, repoDir string)
95
96// Common repository setups
97var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected