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

Method logStep

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

Log a creation step (e.g., "Creating worktree", "Syncing files")

(message: string)

Source from the content-addressed store, hash-verified

151export interface InitLogger {
152 /** Log a creation step (e.g., "Creating worktree", "Syncing files") */
153 logStep(message: string): void;
154 /** Log stdout line from init hook */
155 logStdout(line: string): void;
156 /** Log stderr line from init hook */

Callers 15

createWorkspaceMethod · 0.80
fetchOriginTrunkMethod · 0.80
fastForwardToOriginMethod · 0.80
createMethod · 0.80
createWorkspaceMethod · 0.80
forkWorkspaceMethod · 0.80
runUpFunction · 0.80
shouldSkipInitHookFunction · 0.80
runInitHookOnRuntimeFunction · 0.80
runInitHookFunction · 0.80
postCreateSetupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected