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

Function Functions

common/stdlib/standard.go:903–905  ·  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

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

Callers 15

newTestEnvFunction · 0.92
addFunctionBindingsFunction · 0.92
TestCheckFunction · 0.92
BenchmarkCheckFunction · 0.92
TestCheckErrorDataFunction · 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
BenchmarkNewStdEnvFunction · 0.74
newStdEnvFunction · 0.74
TestCostFunction · 0.74