MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / disposeOutputChannels

Function disposeOutputChannels

Extension/src/logger.ts:182–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180}
181
182export function disposeOutputChannels(): void {
183 if (outputChannel) {
184 outputChannel.dispose();
185 }
186 if (diagnosticsChannel) {
187 diagnosticsChannel.dispose();
188 }
189 if (debugChannel) {
190 debugChannel.dispose();
191 }
192 if (warningChannel) {
193 warningChannel.dispose();
194 }
195}

Callers 1

deactivateFunction · 0.90

Calls 1

disposeMethod · 0.65

Tested by

no test coverage detected