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

Function Functions

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

888
889// Functions returns the set of standard library function declarations and definitions for CEL.
890func Functions() []*decls.FunctionDecl {
891 return stdFunctions
892}
893
894// Types returns the set of standard library types for CEL.
895func 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