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

Method ProgramOptions

cel/library.go:596–600  ·  view source on GitHub ↗

ProgramOptions implements the Library interface method.

()

Source from the content-addressed store, hash-verified

594
595// ProgramOptions implements the Library interface method.
596func (lib *optionalLib) ProgramOptions() []ProgramOption {
597 return []ProgramOption{
598 CustomDecoratorV2(decorateOptionalOr),
599 }
600}
601
602// Version returns the current version of the library.
603func (lib *optionalLib) Version() uint32 {

Callers

nothing calls this directly

Calls 1

CustomDecoratorV2Function · 0.70

Tested by

no test coverage detected