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