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

Function verbose

Extension/src/Utility/Text/streams.ts:8–10  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

6import { verboseEnabled } from '../../constants';
7
8export function verbose(...args: any[]): void {
9 return verboseEnabled || process.argv.includes('--verbose') ? console.log(...args) : undefined;
10}

Callers 7

typeinfo.test.tsFile · 0.90
removeAllListenersFunction · 0.90
onFunction · 0.90
parseFunction · 0.90
constructorMethod · 0.90
closeMethod · 0.90
writelnMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected