MCPcopy
hub / github.com/coder/mux / setGlobalCoderService

Function setGlobalCoderService

src/node/runtime/runtimeFactory.ts:30–32  ·  view source on GitHub ↗
(service: CoderService)

Source from the content-addressed store, hash-verified

28 * without requiring callers to pass coderService explicitly.
29 */
30export function setGlobalCoderService(service: CoderService): void {
31 globalCoderService = service;
32}
33
34/**
35 * Run the full init sequence: postCreateSetup (if present) then initWorkspace.

Callers 1

constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected