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

Method logComplete

src/node/runtime/Runtime.ts:159–159  ·  view source on GitHub ↗

Report init hook completion

(exitCode: number)

Source from the content-addressed store, hash-verified

157 logStderr(line: string): void;
158 /** Report init hook completion */
159 logComplete(exitCode: number): void;
160 /** Signal that the init hook is about to run (starts timeout window). */
161 enterHookPhase?(): void;
162}

Callers 11

mainFunction · 0.80
createMethod · 0.80
createMultiProjectMethod · 0.80
forkMethod · 0.80
createMethod · 0.80
initWorkspaceMethod · 0.80
runBackgroundInitFunction · 0.80
runWorkspaceInitHookFunction · 0.80
runInitHookOnRuntimeFunction · 0.80
runInitHookFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected