(ctx context.Context, t *testctx.T, ctr *dagger.Container)
| 8403 | } |
| 8404 | |
| 8405 | func inspectModuleInterfaces(ctx context.Context, t *testctx.T, ctr *dagger.Container) gjson.Result { |
| 8406 | t.Helper() |
| 8407 | return inspectModule(ctx, t, ctr).Get("interfaces.#.asInterface") |
| 8408 | } |
| 8409 | |
| 8410 | func goGitBase(t testing.TB, c *dagger.Client) *dagger.Container { |
| 8411 | t.Helper() |
no test coverage detected