Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ flushLogs
Method
flushLogs
cli/cliui/provisionerjob.go:297–302 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
295
}
296
297
func
(s *stageWriter) flushLogs() {
298
if
s.silentLogs {
299
_, _ = io.Copy(s.w, &s.logBuf)
300
}
301
s.logBuf.Reset()
302
}
Callers
1
Fail
Method · 0.95
Calls
2
Copy
Method · 0.65
Reset
Method · 0.65
Tested by
no test coverage detected