MCPcopy Index your code
hub / github.com/coder/code-server / once

Method once

test/utils/helpers.ts:142–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140interface FakeVscodeSockets {
141 /* If called, closes all servers after the first connection. */
142 once(): FakeVscodeSockets
143
144 /* Manually close all servers. */
145 close(): Promise<void>

Callers 6

socket.test.tsFile · 0.80
createProxyMethod · 0.80
startProxyServerMethod · 0.80
_startMethod · 0.80
canConnectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected