(ctx context.Context, t *testctx.T, ctr *dagger.Container)
| 8398 | } |
| 8399 | |
| 8400 | func inspectModuleObjects(ctx context.Context, t *testctx.T, ctr *dagger.Container) gjson.Result { |
| 8401 | t.Helper() |
| 8402 | return inspectModule(ctx, t, ctr).Get("objects.#.asObject") |
| 8403 | } |
| 8404 | |
| 8405 | func inspectModuleInterfaces(ctx context.Context, t *testctx.T, ctr *dagger.Container) gjson.Result { |
| 8406 | t.Helper() |
no test coverage detected