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

Function listDisplays

src/utils/computerUse/executor.ts:358–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

356 },
357
358 async listDisplays(): Promise<DisplayGeometry[]> {
359 return cu.display.listAll()
360 },
361
362 async findWindowDisplays(
363 bundleIds: string[],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected