Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
export
async
function
sendToUdsSocket(
7
_socketPath: string,
8
_message: string,
9
): Promise<void> {}
10
11
export
async
function
listAllLiveSessions(): Promise<LiveSession[]> {
12
return
[]
Callers
1
call
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected