MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getFrontmostApp

Function getFrontmostApp

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

Source from the content-addressed store, hash-verified

611 // ── App management ───────────────────────────────────────────────────
612
613 async getFrontmostApp(): Promise<FrontmostApp | null> {
614 const info = requireComputerUseInput().getFrontmostAppInfo()
615 if (!info || !info.bundleId) return null
616 return { bundleId: info.bundleId, displayName: info.appName }
617 },
618
619 async appUnderPoint(
620 x: number,

Callers

nothing calls this directly

Calls 1

requireComputerUseInputFunction · 0.85

Tested by

no test coverage detected