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

Function inspectModuleInterfaces

core/integration/module_test.go:8405–8408  ·  view source on GitHub ↗
(ctx context.Context, t *testctx.T, ctr *dagger.Container)

Source from the content-addressed store, hash-verified

8403}
8404
8405func 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
8410func goGitBase(t testing.TB, c *dagger.Client) *dagger.Container {
8411 t.Helper()

Callers 1

TestDocsMethod · 0.85

Calls 2

inspectModuleFunction · 0.70
GetMethod · 0.65

Tested by

no test coverage detected