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

Function openApp

src/utils/computerUse/executor.ts:641–643  ·  view source on GitHub ↗
(bundleId: string)

Source from the content-addressed store, hash-verified

639 },
640
641 async openApp(bundleId: string): Promise<void> {
642 await cu.apps.open(bundleId)
643 },
644 }
645}
646

Callers

nothing calls this directly

Calls 1

openMethod · 0.45

Tested by

no test coverage detected