(typeName string, fields map[string]ref.Val)
| 105 | } |
| 106 | |
| 107 | func (p *typeProvider) NewValue(typeName string, fields map[string]ref.Val) ref.Val { |
| 108 | return types.NewErr("unknown type '%s'", typeName) |
| 109 | } |
| 110 | |
| 111 | var _ ref.TypeProvider = new(typeProvider) |
nothing calls this directly
no outgoing calls
no test coverage detected