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

Function appUnderPoint

src/utils/computerUse/executor.ts:619–624  ·  view source on GitHub ↗
(
      x: number,
      y: number,
    )

Source from the content-addressed store, hash-verified

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}`.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected