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

Method send

src/node/wrapper.ts:368–370  ·  view source on GitHub ↗

* Send a message to the child.

(child: cp.ChildProcess, message: ParentMessage)

Source from the content-addressed store, hash-verified

366 * Send a message to the child.
367 */
368 private send(child: cp.ChildProcess, message: ParentMessage): void {
369 child.send(message)
370 }
371}
372
373/**

Callers 1

handshakeMethod · 0.95

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected