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

Function IncludeOverloads

cel/decls.go:211–213  ·  view source on GitHub ↗

IncludeOverloads defines an OverloadSelector which allow-lists a set of overloads by their ids.

(overloadIDs ...string)

Source from the content-addressed store, hash-verified

209
210// IncludeOverloads defines an OverloadSelector which allow-lists a set of overloads by their ids.
211func IncludeOverloads(overloadIDs ...string) OverloadSelector {
212 return decls.IncludeOverloads(overloadIDs...)
213}
214
215// ExcludeOverloads defines an OverloadSelector which deny-lists a set of overloads by their ids.
216func ExcludeOverloads(overloadIDs ...string) OverloadSelector {

Callers 1

Calls 1

IncludeOverloadsFunction · 0.92

Tested by 1