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

Method relaunch

src/node/wrapper.ts:201–203  ·  view source on GitHub ↗

* Notify the parent process that it should relaunch the child.

(version: string)

Source from the content-addressed store, hash-verified

199 * Notify the parent process that it should relaunch the child.
200 */
201 public relaunch(version: string): void {
202 this.send({ type: "relaunch", version })
203 }
204
205 /**
206 * Send a message to the parent.

Callers

nothing calls this directly

Calls 1

sendMethod · 0.95

Tested by

no test coverage detected