(int location, int range)
| 18 | int range; |
| 19 | |
| 20 | Router(int location, int range) { |
| 21 | this.location = location; |
| 22 | this.range = range; |
| 23 | } |
| 24 | } |
| 25 | |
| 26 | public int getServedBuildings(List<Integer> buildingCount, List<Integer> routerLocation, List<Integer> routerRange) { |
nothing calls this directly
no outgoing calls
no test coverage detected