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

Function findWindowDisplays

src/utils/computerUse/executor.ts:362–366  ·  view source on GitHub ↗
(
      bundleIds: string[],
    )

Source from the content-addressed store, hash-verified

360 },
361
362 async findWindowDisplays(
363 bundleIds: string[],
364 ): Promise<Array<{ bundleId: string; displayIds: number[] }>> {
365 return cu.apps.findWindowDisplays(bundleIds)
366 },
367
368 async resolvePrepareCapture(opts: {
369 allowedBundleIds: string[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected