MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / withoutTerminal

Function withoutTerminal

src/utils/computerUse/executor.ts:342–345  ·  view source on GitHub ↗
(allowed: readonly string[])

Source from the content-addressed store, hash-verified

340 // the package ever passes it through we strip it here so the terminal never
341 // photobombs a screenshot.
342 const withoutTerminal = (allowed: readonly string[]): string[] =>
343 terminalBundleId === null
344 ? [...allowed]
345 : allowed.filter(id => id !== terminalBundleId)
346
347 logForDebugging(
348 terminalBundleId

Callers 3

resolvePrepareCaptureFunction · 0.85
screenshotFunction · 0.85
zoomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected