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

Function NewUserMod

core/module.go:2083–2085  ·  view source on GitHub ↗
(modInst dagql.ObjectResult[*Module])

Source from the content-addressed store, hash-verified

2081var _ Mod = (*userMod)(nil)
2082
2083func NewUserMod(modInst dagql.ObjectResult[*Module]) Mod {
2084 return &userMod{res: modInst}
2085}
2086
2087func (mod *userMod) self() *Module {
2088 if mod == nil {

Callers 15

instantiateMethod · 0.92
configuredSDKMethod · 0.92
runCodegenMethod · 0.92
runClientGeneratorMethod · 0.92
runModuleDefInSDKMethod · 0.92
loadDependencyModulesMethod · 0.92
ServeModuleMethod · 0.92
WithMainModuleMethod · 0.85
WithModuleMethod · 0.85
ModDepsForCallMethod · 0.85

Calls

no outgoing calls