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

Function handleExtendedConfigOption

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

Source from the content-addressed store, hash-verified

672}
673
674func handleExtendedConfigOption(conf any, optFactories []ConfigOptionFactory) (EnvOption, bool) {
675 for _, optFac := range optFactories {
676 if opt, useOption := optFac(conf); useOption {
677 return opt, true
678 }
679 }
680 return nil, false
681}
682
683// EvalOption indicates an evaluation option that may affect the evaluation behavior or information
684// in the output result.

Callers 1

configToEnvOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected