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

Function previewHideSet

src/utils/computerUse/executor.ts:342–350  ·  view source on GitHub ↗
(
      allowlistBundleIds: string[],
      displayId?: number,
    )

Source from the content-addressed store, hash-verified

340 },
341
342 async previewHideSet(
343 allowlistBundleIds: string[],
344 displayId?: number,
345 ): Promise<Array<{ bundleId: string; displayName: string }>> {
346 return cu.apps.previewHideSet(
347 [...allowlistBundleIds, surrogateHost],
348 displayId,
349 )
350 },
351
352 // ── Display ──────────────────────────────────────────────────────────
353

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected