Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/claude-code-best/claude-code
/ _flushLogWritersForTesting
Function
_flushLogWritersForTesting
src/utils/errorLogSink.ts:69–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
* @internal
68
*/
69
export
function
_flushLogWritersForTesting(): void {
70
for
(
const
writer of logWriters.values()) {
71
writer.flush()
72
}
73
}
74
75
/**
76
* Clear all buffered log writers. Used
for
testing.
Callers
nothing calls this directly
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected