MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/utils/swarm/backends/ITermBackend.ts:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 * via the it2 CLI tool.
78 */
79export class ITermBackend implements PaneBackend {
80 readonly type = 'iterm2' as const
81 readonly displayName = 'iTerm2'
82 readonly supportsHideShow = false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected