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

Function unhideComputerUseApps

src/utils/computerUse/executor.ts:652–658  ·  view source on GitHub ↗
(
  bundleIds: readonly string[],
)

Source from the content-addressed store, hash-verified

650 * at the call site; the caller `.catch()`es.
651 */
652export async function unhideComputerUseApps(
653 bundleIds: readonly string[],
654): Promise<void> {
655 if (bundleIds.length === 0) return
656 const cu = requireComputerUseSwift()
657 await cu.apps.unhide([...bundleIds])
658}
659

Callers 1

Calls 1

requireComputerUseSwiftFunction · 0.85

Tested by

no test coverage detected