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

Class

src/utils/swarm/backends/PaneBackendExecutor.ts:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 * - isActive(): Checks if the pane is still running
38 */
39export class PaneBackendExecutor implements TeammateExecutor {
40 readonly type: BackendType
41
42 private backend: PaneBackend

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected