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

Function isPaneBackend

src/utils/swarm/backends/types.ts:309–311  ·  view source on GitHub ↗
(type: BackendType)

Source from the content-addressed store, hash-verified

307 * Type guard to check if a backend type uses terminal panes.
308 */
309export function isPaneBackend(type: BackendType): type is 'tmux' | 'iterm2' {
310 return type === 'tmux' || type === 'iterm2'
311}
312

Callers 3

getTeammateStatusesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected