(
bundleIds: string[],
)
| 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[] |
nothing calls this directly
no outgoing calls
no test coverage detected