| 176 | Vlist []vlist `json:"vlist"` |
| 177 | } |
| 178 | type vlist struct { |
| 179 | Name string `json:"valname"` |
| 180 | Value string `json:"value"` |
| 181 | Adds int `json:"adds"` |
| 182 | } |
| 183 | type lightmap map[string]struct { |
| 184 | ID string `json:"id"` |
| 185 | Name string `json:"name"` |
nothing calls this directly
no outgoing calls
no test coverage detected