(v bool)
| 72 | } |
| 73 | |
| 74 | func (d *Decoder) DisallowUnknownFields(v bool) { |
| 75 | d.disallowUnknownFields = v |
| 76 | } |
| 77 | |
| 78 | // Unmarshal is the same as making a new decoder and using it on a bytes.Reader of the input |
| 79 | func Unmarshal(input []byte, v any) (rootName string, err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected