MapLen should return the number of fields of the value being decoded and true, if the value can be decoded into a map or struct. Otherwise, it should return (0, false).
()
| 348 | // if the value can be decoded into a map or struct. Otherwise, it should return |
| 349 | // (0, false). |
| 350 | MapLen() (int, bool) |
| 351 | |
| 352 | // DecodeMap iterates over the fields of the value being decoded, invoke the |
| 353 | // callback on each with field name, a Decoder for the field value, and a bool |
no outgoing calls
no test coverage detected