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

Function resetSocketState

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

Source from the content-addressed store, hash-verified

416
417// For testing purposes
418export function resetSocketState(): void {
419 socketName = null
420 socketPath = null
421 serverPid = null
422 isInitializing = false
423 initPromise = null
424 tmuxAvailabilityChecked = false
425 tmuxAvailable = false
426 tmuxToolUsed = false
427}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected