| 121 | "10.0.0.48", "10.0.0.47", "10.0.0.46"].forEach((addr, i) => hosts[addr] = screen(i)) |
| 122 | |
| 123 | class Screens { |
| 124 | constructor() { |
| 125 | this.getParent() |
| 126 | let doc = this.parent.ownerDocument |
nothing calls this directly
no outgoing calls
no test coverage detected