(ctx context.Context, t *testctx.T, c *dagger.Client)
| 590 | } |
| 591 | |
| 592 | func 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 | |
| 598 | func startModuleResolveGitServiceWithRepo(ctx context.Context, t *testctx.T, c *dagger.Client) (*dagger.Service, string, string) { |
| 599 | t.Helper() |
no test coverage detected