You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, when the following CEL is written, we want to verify if there is a more optimized expression, and if so, we want to prompt for it or automatically modify it.
Example
foo is a boolean type
by: "foo == true ? true : false"
The above expression should be the following.
by: "foo"
The text was updated successfully, but these errors were encountered:
For example, when the following CEL is written, we want to verify if there is a more optimized expression, and if so, we want to prompt for it or automatically modify it.
Example
foo
is a boolean typeThe above expression should be the following.
The text was updated successfully, but these errors were encountered: