Replies: 1 comment
-
Ah, found it https://docs.rs/rhai/1.19.0/rhai/struct.Engine.html#method.gen_fn_signatures |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have
rhai::Engine
with a few custom functions added to it. Now I get an expression that uses these functions. This expression may also contains function that may not be in the engine (could be a typo etc.). Can I check if an ast has a function which is not defined in the Engine.Essentially,
Beta Was this translation helpful? Give feedback.
All reactions