(
x: number,
y: number,
)
| 617 | }, |
| 618 | |
| 619 | async appUnderPoint( |
| 620 | x: number, |
| 621 | y: number, |
| 622 | ): Promise<{ bundleId: string; displayName: string } | null> { |
| 623 | return cu.apps.appUnderPoint(x, y) |
| 624 | }, |
| 625 | |
| 626 | async listInstalledApps(): Promise<InstalledApp[]> { |
| 627 | // `ComputerUseInstalledApp` is `{bundleId, displayName, path}`. |
nothing calls this directly
no outgoing calls
no test coverage detected