You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: Pass ActivationInterface to CEL function implementations
This change modifies the `cel::Function::Invoke` signature to include a nullable `cel::ActivationInterface*`. This allows custom CEL function implementations to access the current activation context.
PiperOrigin-RevId: 823026720
0 commit comments