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