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

Function LateFunctionBinding

cel/decls.go:349–351  ·  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

347// LateFunctionBinding indicates that the function has a binding which is not known at compile time.
348// This is useful for functions which have side-effects or are not deterministically computable.
349func LateFunctionBinding() OverloadOpt {
350 return decls.LateFunctionBinding()
351}
352
353// AsyncBinding provides the implementation of an asynchronous overload. The provided function
354// is called in its own goroutine with the provided context. The function should block until

Calls 1

LateFunctionBindingFunction · 0.92

Tested by 1