MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getDisplaySize

Function getDisplaySize

src/utils/computerUse/executor.ts:354–356  ·  view source on GitHub ↗
(displayId?: number)

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected