MCPcopy Index your code
hub / github.com/coderoad/coderoad-vscode / addOutput

Function addOutput

src/services/logger/output.ts:22–26  ·  view source on GitHub ↗
(params: ChannelOutput)

Source from the content-addressed store, hash-verified

20}
21
22export const addOutput = (params: ChannelOutput): void => {
23 const channel = getOutputChannel(params.channel)
24 channel.clear()
25 channel.append(params.text)
26}
27
28export const showOutput = (channelName: string): void => {
29 const channel = getOutputChannel(channelName)

Callers 1

createTestRunnerFunction · 0.90

Calls 1

getOutputChannelFunction · 0.85

Tested by

no test coverage detected