| 1 | import { ClientApiResponse, ClientsProcessor } from "./DataProcessor"; |
| 2 | |
| 3 | const mockPeers: ClientApiResponse[] = [ |
| 4 | { clientId: "Geth/v1.10.3-stable-991384a7/linux-amd64/go1.16.3", count: 5 }, |
nothing calls this directly
no test coverage detected