If the current client is coming from a function, return the module that function is from
(context.Context)
| 59 | |
| 60 | // If the current client is coming from a function, return the module that function is from |
| 61 | CurrentModule(context.Context) (dagql.ObjectResult[*Module], error) |
| 62 | |
| 63 | // If the current client is a module client or a client created by a module function, returns that module. |
| 64 | ModuleParent(context.Context) (dagql.ObjectResult[*Module], error) |
no outgoing calls
no test coverage detected