MCPcopy 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
33export const clearOutput = (channelName: string): void => {
34 const channel = getOutputChannel(channelName)
35 channel.clear()
36 channel.hide()
37}

Callers 1

createTestRunnerFunction · 0.90

Calls 1

getOutputChannelFunction · 0.85

Tested by

no test coverage detected