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

Function features

cel/options.go:918–923  ·  view source on GitHub ↗

features sets the given feature flags. See list of Feature constants above.

(flag int, enabled bool)

Source from the content-addressed store, hash-verified

916
917// features sets the given feature flags. See list of Feature constants above.
918func features(flag int, enabled bool) EnvOption {
919 return func(e *Env) (*Env, error) {
920 e.features[flag] = enabled
921 return e, nil
922 }
923}
924
925func setLimit(id limitID, limit int) EnvOption {
926 if limit < 0 {

Callers 9

JSONFieldNamesFunction · 0.85
configToEnvOptionsFunction · 0.85
EnableMacroCallTrackingFunction · 0.85
DefaultUTCTimeZoneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected