Open
Description
Description
Add validation within the callMethod()
and callFunction()
methods with the Runtime API to validate the arguments that are passed in.
Ex:
function foo(string bar, int baz = 5) {}
The above function, when called, should have at least one argument passed to it. Additionally, the argument should also be of the appropriate data type (a string in this case).
Describe your task(s)
No response
Related area
-> Runtime
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
Metadata
Metadata
Assignees
Type
Projects
Status
PR Sent