(enumName string)
| 21 | } |
| 22 | |
| 23 | func (p *typeProvider) EnumValue(enumName string) ref.Val { |
| 24 | return types.NewErr("unknown enum name '%s'", enumName) |
| 25 | } |
| 26 | |
| 27 | func (p *typeProvider) FindIdent(identName string) (ref.Val, bool) { |
| 28 | return nil, false |
nothing calls this directly
no outgoing calls
no test coverage detected