MCPcopy Create free account
hub / github.com/dagger/dagger / startModuleResolveGitService

Function startModuleResolveGitService

core/integration/lockfile_test.go:592–596  ·  view source on GitHub ↗
(ctx context.Context, t *testctx.T, c *dagger.Client)

Source from the content-addressed store, hash-verified

590}
591
592func startModuleResolveGitService(ctx context.Context, t *testctx.T, c *dagger.Client) (*dagger.Service, string) {
593 t.Helper()
594 gitDaemon, _, source := startModuleResolveGitServiceWithRepo(ctx, t, c)
595 return gitDaemon, source
596}
597
598func startModuleResolveGitServiceWithRepo(ctx context.Context, t *testctx.T, c *dagger.Client) (*dagger.Service, string, string) {
599 t.Helper()

Tested by

no test coverage detected