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

Function inspectModuleObjects

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

Source from the content-addressed store, hash-verified

8398}
8399
8400func 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
8405func inspectModuleInterfaces(ctx context.Context, t *testctx.T, ctr *dagger.Container) gjson.Result {
8406 t.Helper()

Callers 10

TestDocsMethod · 0.85
TestDocsEdgeCasesMethod · 0.85
TestDocsMethod · 0.85
TestInheritanceMethod · 0.85
TestNameOverridesMethod · 0.85
TestDocsMethod · 0.85
TestPrivateFieldMethod · 0.85

Calls 2

inspectModuleFunction · 0.70
GetMethod · 0.65

Tested by

no test coverage detected