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

Function handleExtendedConfigOption

cel/options.go:689–696  ·  view source on GitHub ↗
(conf any, optFactories []ConfigOptionFactory)

Source from the content-addressed store, hash-verified

687}
688
689func handleExtendedConfigOption(conf any, optFactories []ConfigOptionFactory) (EnvOption, bool) {
690 for _, optFac := range optFactories {
691 if opt, useOption := optFac(conf); useOption {
692 return opt, true
693 }
694 }
695 return nil, false
696}
697
698// EvalOption indicates an evaluation option that may affect the evaluation behavior or information
699// in the output result.

Callers 1

configToEnvOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected