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

Function OverloadExamples

cel/decls.go:321–323  ·  view source on GitHub ↗

OverloadExamples configures an example of how to invoke the overload.

(docs ...string)

Source from the content-addressed store, hash-verified

319
320// OverloadExamples configures an example of how to invoke the overload.
321func OverloadExamples(docs ...string) OverloadOpt {
322 return decls.OverloadExamples(docs...)
323}
324
325// UnaryBinding provides the implementation of a unary overload. The provided function is protected by a runtime
326// type-guard which ensures runtime type agreement between the overload signature and runtime argument types.

Callers 1

CompileOptionsMethod · 0.70

Calls 1

OverloadExamplesFunction · 0.92

Tested by

no test coverage detected