()
| 2141 | } |
| 2142 | |
| 2143 | func (mod *userMod) GetSource() *ModuleSource { |
| 2144 | self := mod.self() |
| 2145 | if self == nil { |
| 2146 | return nil |
| 2147 | } |
| 2148 | return self.GetSource() |
| 2149 | } |
| 2150 | |
| 2151 | func (mod *userMod) ResultCallModule(ctx context.Context) (*dagql.ResultCallModule, error) { |
| 2152 | self := mod.self() |