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

Method logStdout

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

Log stdout line from init hook

(line: string)

Source from the content-addressed store, hash-verified

153 logStep(message: string): void;
154 /** Log stdout line from init hook */
155 logStdout(line: string): void;
156 /** Log stderr line from init hook */
157 logStderr(line: string): void;
158 /** Report init hook completion */

Callers 4

runUpFunction · 0.80
postCreateSetupMethod · 0.80
streamDockerRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected