()
| 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. |
| 347 | type celTypeAdapter struct{} |
no outgoing calls
no test coverage detected