MCPcopy Index your code
hub / github.com/dagger/dagger / View

Method View

core/module.go:2120–2125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2118}
2119
2120func (mod *userMod) View() (call.View, bool) {
2121 if self := mod.self(); self != nil {
2122 return self.View()
2123 }
2124 return "", false
2125}
2126
2127func (mod *userMod) Install(ctx context.Context, dag *dagql.Server, opts ...InstallOpts) error {
2128 return mod.install(ctx, dag, opts...)

Callers

nothing calls this directly

Calls 1

selfMethod · 0.95

Tested by

no test coverage detected