MCPcopy Create free account
hub / github.com/cel-expr/cel-go / Functions

Function Functions

common/stdlib/standard.go:904–906  ·  view source on GitHub ↗

Functions returns the set of standard library function declarations and definitions for CEL.

()

Source from the content-addressed store, hash-verified

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

Callers 15

newTestEnvFunction · 0.92
addFunctionBindingsFunction · 0.92
TestCheckFunction · 0.92
BenchmarkCheckFunction · 0.92
TestCheckErrorDataFunction · 0.92
TestVarsInheritanceFunction · 0.92
BenchmarkNewStdEnvFunction · 0.92
newStdEnvFunction · 0.92
TestCostFunction · 0.92

Calls

no outgoing calls

Tested by 14

newTestEnvFunction · 0.74
addFunctionBindingsFunction · 0.74
TestCheckFunction · 0.74
BenchmarkCheckFunction · 0.74
TestCheckErrorDataFunction · 0.74
TestVarsInheritanceFunction · 0.74
BenchmarkNewStdEnvFunction · 0.74
newStdEnvFunction · 0.74
TestCostFunction · 0.74