MCPcopy Create free account
hub / github.com/Noumena-Network/code / sendToUdsSocket

Function sendToUdsSocket

src/utils/udsClient.ts:6–9  ·  view source on GitHub ↗
(
  _socketPath: string,
  _message: string,
)

Source from the content-addressed store, hash-verified

4}
5
6export async function sendToUdsSocket(
7 _socketPath: string,
8 _message: string,
9): Promise<void> {}
10
11export async function listAllLiveSessions(): Promise<LiveSession[]> {
12 return []

Callers 1

callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected