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

Class

src/utils/swarm/backends/TmuxBackend.ts:104–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 * - All teammates are equally distributed (no leader pane)
103 */
104export class TmuxBackend implements PaneBackend {
105 readonly type = 'tmux' as const
106 readonly displayName = 'tmux'
107 readonly supportsHideShow = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected