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

Method send

src/node/wrapper.ts:208–213  ·  view source on GitHub ↗

* Send a message to the parent.

(message: ChildMessage)

Source from the content-addressed store, hash-verified

206 * Send a message to the parent.
207 */
208 private send(message: ChildMessage): void {
209 if (!process.send) {
210 throw new Error("not spawned with IPC")
211 }
212 process.send(message)
213 }
214}
215
216/**

Callers 10

handshakeMethod · 0.95
relaunchMethod · 0.95
proxy.test.tsFile · 0.45
health.test.tsFile · 0.45
sendMethod · 0.45
health.tsFile · 0.45
registerFunction · 0.45
login.tsFile · 0.45
errorHandlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected