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

Method Install

core/module.go:2127–2129  ·  view source on GitHub ↗
(ctx context.Context, dag *dagql.Server, opts ...InstallOpts)

Source from the content-addressed store, hash-verified

2125}
2126
2127func (mod *userMod) Install(ctx context.Context, dag *dagql.Server, opts ...InstallOpts) error {
2128 return mod.install(ctx, dag, opts...)
2129}
2130
2131func (mod *userMod) ModTypeFor(ctx context.Context, typeDef *TypeDef, checkDirectDeps bool) (ModType, bool, error) {
2132 return mod.modTypeFor(ctx, typeDef, checkDirectDeps)

Callers

nothing calls this directly

Calls 1

installMethod · 0.95

Tested by

no test coverage detected