(i int)
| 69 | // enc2.ListIndex(1) |
| 70 | EncodeList(n int) Encoder |
| 71 | ListIndex(i int) |
| 72 | |
| 73 | // EncodeMap is called when a map is encountered. Its argument is the number of |
| 74 | // fields in the map. The encoding algorithm will call the returned Encoder that |
no outgoing calls
no test coverage detected