Creates an invocation of the function, which can then be run or iterated.
(db *Database, args map[string]interface{}, mutationAllowed bool, ctx context.Context)
| 45 | |
| 46 | // Creates an invocation of the function, which can then be run or iterated. |
| 47 | Invoke(db *Database, args map[string]interface{}, mutationAllowed bool, ctx context.Context) (UserFunctionInvocation, error) |
| 48 | } |
| 49 | |
| 50 | // The context for running a user function; created by UserFunction.Invoke. |
no outgoing calls
no test coverage detected