(typeDesc reflect.Type)
| 324 | type celPkixName struct{ *pkix.Name } |
| 325 | |
| 326 | func (pn celPkixName) ConvertToNative(typeDesc reflect.Type) (any, error) { |
| 327 | return pn.Name, nil |
| 328 | } |
| 329 | |
| 330 | func (pn celPkixName) ConvertToType(typeVal ref.Type) ref.Val { |
| 331 | if typeVal.TypeName() == "string" { |
no outgoing calls
no test coverage detected