Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ agentBrowserCommandClient.test.ts
File
agentBrowserCommandClient.test.ts
src/node/services/browser/agentBrowserCommandClient.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdtemp, rm, writeFile } from
"node:fs/promises"
;
2
import
* as net from
"node:net"
;
3
import
* as os from
"node:os"
;
4
import
* as path from
"node:path"
;
Callers
nothing calls this directly
Calls
13
getAgentBrowserSocketDir
Function · 0.90
getAgentBrowserPortForSession
Function · 0.90
sendAgentBrowserDaemonCommand
Function · 0.90
resolveAgentBrowserDaemonEndpoint
Function · 0.90
getAgentBrowserSocketPath
Function · 0.90
listenOnUnixSocket
Function · 0.85
on
Method · 0.80
closeServer
Function · 0.70
push
Method · 0.65
write
Method · 0.65
writeFile
Function · 0.50
end
Method · 0.45
Tested by
no test coverage detected