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

Function LateFunctionBinding

cel/decls.go:345–347  ·  view source on GitHub ↗

LateFunctionBinding indicates that the function has a binding which is not known at compile time. This is useful for functions which have side-effects or are not deterministically computable.

()

Source from the content-addressed store, hash-verified

343// LateFunctionBinding indicates that the function has a binding which is not known at compile time.
344// This is useful for functions which have side-effects or are not deterministically computable.
345func LateFunctionBinding() OverloadOpt {
346 return decls.LateFunctionBinding()
347}
348
349// OverloadIsNonStrict enables the function to be called with error and unknown argument values.
350//

Calls 1

LateFunctionBindingFunction · 0.92

Tested by 1