MCPcopy
hub / github.com/claude-code-best/claude-code / getPipeIpc

Function getPipeIpc

src/utils/pipeTransport.ts:721–723  ·  view source on GitHub ↗
(state: any)

Source from the content-addressed store, hash-verified

719 */
720// eslint-disable-next-line @typescript-eslint/no-explicit-any
721export function getPipeIpc(state: any): PipeIpcState {
722 return state?.pipeIpc ?? DEFAULT_PIPE_IPC
723}

Callers 15

callFunction · 0.85
callFunction · 0.85
callFunction · 0.85
callFunction · 0.85
callFunction · 0.85
callFunction · 0.85
callFunction · 0.85
REPLFunction · 0.85
useMasterMonitorFunction · 0.85
handlerFunction · 0.85
onDisconnectFunction · 0.85
usePipeRouterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected