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

Function ExcludeOverloads

cel/decls.go:216–218  ·  view source on GitHub ↗

ExcludeOverloads defines an OverloadSelector which deny-lists a set of overloads by their ids.

(overloadIDs ...string)

Source from the content-addressed store, hash-verified

214
215// ExcludeOverloads defines an OverloadSelector which deny-lists a set of overloads by their ids.
216func ExcludeOverloads(overloadIDs ...string) OverloadSelector {
217 return decls.ExcludeOverloads(overloadIDs...)
218}
219
220// FunctionDecls provides one or more fully formed function declarations to be added to the environment.
221func FunctionDecls(funcs ...*decls.FunctionDecl) EnvOption {

Callers 1

Calls 1

ExcludeOverloadsFunction · 0.92

Tested by 1