MCPcopy Create free account
hub / github.com/coder/coder / stageWriter

Struct stageWriter

cli/cliui/provisionerjob.go:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234type stageWriter struct {
235 w io.Writer
236 verbose bool
237 silentLogs bool
238 logBuf bytes.Buffer
239}
240
241func (s *stageWriter) Start(stage string) {
242 _, _ = fmt.Fprintf(s.w, "==> ⧗ %s\n", stage)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected