Functions returns the set of standard library function declarations and definitions for CEL.
()
| 902 | |
| 903 | // Functions returns the set of standard library function declarations and definitions for CEL. |
| 904 | func Functions() []*decls.FunctionDecl { |
| 905 | return stdFunctions |
| 906 | } |
| 907 | |
| 908 | // Types returns the set of standard library types for CEL. |
| 909 | func Types() []*decls.VariableDecl { |
no outgoing calls