(displayId?: number)
| 352 | // ── Display ────────────────────────────────────────────────────────── |
| 353 | |
| 354 | async getDisplaySize(displayId?: number): Promise<DisplayGeometry> { |
| 355 | return cu.display.getSize(displayId) |
| 356 | }, |
| 357 | |
| 358 | async listDisplays(): Promise<DisplayGeometry[]> { |
| 359 | return cu.display.listAll() |
nothing calls this directly
no outgoing calls
no test coverage detected