()
| 337 | } |
| 338 | |
| 339 | const getRaw = (): Client[] => { |
| 340 | return Object.keys(obj).map(o => obj[parseInt(o)]) |
| 341 | } |
| 342 | |
| 343 | data.forEach((item) => { |
| 344 | const parsedItem = parse(item) |
nothing calls this directly
no outgoing calls
no test coverage detected