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

Function handleExtendedConfigOption

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

Source from the content-addressed store, hash-verified

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

Callers 1

configToEnvOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected