()
| 341 | return types.ValOrErr(other, "%v is not comparable type", other) |
| 342 | } |
| 343 | func (celPkixName) Type() ref.Type { return pkixNameCELType } |
| 344 | func (pn celPkixName) Value() any { return pn } |
| 345 | |
| 346 | // celTypeAdapter can adapt our custom types to a CEL value. |
no outgoing calls
no test coverage detected