Functions returns the set of standard library function declarations and definitions for CEL.
()
| 888 | |
| 889 | // Functions returns the set of standard library function declarations and definitions for CEL. |
| 890 | func Functions() []*decls.FunctionDecl { |
| 891 | return stdFunctions |
| 892 | } |
| 893 | |
| 894 | // Types returns the set of standard library types for CEL. |
| 895 | func Types() []*decls.VariableDecl { |
no outgoing calls