MCPcopy Create free account
hub / github.com/freecodexyz/free-code / isTmuxAvailable

Function isTmuxAvailable

src/utils/tmuxSocket.ts:178–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 * Use checkTmuxAvailable() to perform the check.
177 */
178export function isTmuxAvailable(): boolean {
179 return tmuxAvailabilityChecked && tmuxAvailable
180}
181
182/**
183 * Marks that the Tmux tool has been used at least once.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected