MCPcopy Create free account
hub / github.com/WJX20/claude-code / sendToUdsSocket

Function sendToUdsSocket

src/utils/udsClient.ts:2–2  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1// Auto-generated stub — replace with real implementation
2export const sendToUdsSocket: (target: string, message: string) => Promise<void> = async () => {};
3export const listAllLiveSessions: () => Promise<Array<{ kind?: string; sessionId?: string }>> = async () => [];

Callers 1

callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected