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

Method isAvailable

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

* Checks if tmux is installed and available. * Delegates to detection.ts for consistent detection logic.

()

Source from the content-addressed store, hash-verified

111 * Delegates to detection.ts for consistent detection logic.
112 */
113 async isAvailable(): Promise<boolean> {
114 return isTmuxAvailable()
115 }
116
117 /**
118 * Checks if we're currently running inside a tmux session.

Callers 1

getBuiltinPluginsFunction · 0.45

Calls 1

isTmuxAvailableFunction · 0.70

Tested by

no test coverage detected