| 203 | } |
| 204 | |
| 205 | type mapBuilder struct { |
| 206 | typ *super.TypeMap |
| 207 | keys, values Builder |
| 208 | offsets []uint32 |
| 209 | } |
| 210 | |
| 211 | func newMapBuilder(typ *super.TypeMap) Builder { |
| 212 | return &mapBuilder{ |
nothing calls this directly
no outgoing calls
no test coverage detected