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

Function getLoggingLevel

Extension/src/common.ts:1607–1609  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1605}
1606
1607export function getLoggingLevel() {
1608 return getNumericLoggingLevel(vscode.workspace.getConfiguration("C_Cpp", null).get<string>("loggingLevel"));
1609}
1610
1611export function getNumericLoggingLevel(loggingLevel: string | undefined): number {
1612 if (!loggingLevel) {

Callers 2

appendAtLevelMethod · 0.90
getOutputChannelFunction · 0.90

Calls 2

getNumericLoggingLevelFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected