Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
721
export
function
getPipeIpc(state: any): PipeIpcState {
722
return
state?.pipeIpc ?? DEFAULT_PIPE_IPC
723
}
Callers
15
call
Function · 0.85
call
Function · 0.85
call
Function · 0.85
call
Function · 0.85
call
Function · 0.85
call
Function · 0.85
call
Function · 0.85
REPL
Function · 0.85
useMasterMonitor
Function · 0.85
handler
Function · 0.85
onDisconnect
Function · 0.85
usePipeRouter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected