Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coderoad/coderoad-vscode
/ clearOutput
Function
clearOutput
src/services/logger/output.ts:33–37 ·
view source on GitHub ↗
(channelName: string)
Source
from the content-addressed store, hash-verified
31
}
32
33
export
const
clearOutput = (channelName: string): void => {
34
const
channel = getOutputChannel(channelName)
35
channel.clear()
36
channel.hide()
37
}
Callers
1
createTestRunner
Function · 0.90
Calls
1
getOutputChannel
Function · 0.85
Tested by
no test coverage detected