If the current client is coming from a function, return the function call metadata
(context.Context)
| 65 | |
| 66 | // If the current client is coming from a function, return the function call metadata |
| 67 | CurrentFunctionCall(context.Context) (*FunctionCall, error) |
| 68 | |
| 69 | // If the current client is bound to an environment, return that environment. |
| 70 | CurrentEnv(context.Context) (dagql.ObjectResult[*Env], error) |
no outgoing calls
no test coverage detected