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

Function markTmuxToolUsed

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

Source from the content-addressed store, hash-verified

185 * After this is called, Shell.ts will initialize the socket for subsequent Bash commands.
186 */
187export function markTmuxToolUsed(): void {
188 tmuxToolUsed = true
189}
190
191/**
192 * Returns whether the Tmux tool has been used at least once.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected