| 389 | bool IsCelType() const { return value_.is<CelTypeHolder>(); } |
| 390 | |
| 391 | bool IsError() const { return value_.is<const CelError*>(); } |
| 392 | |
| 393 | // Invokes op() with the active value, and returns the result. |
| 394 | // All overloads of op() must have the same return type. |
no outgoing calls