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

Function caseNormalizeDirective

Extension/src/SSH/sshHosts.ts:228–228  ·  view source on GitHub ↗
(entry: { param: string })

Source from the content-addressed store, hash-verified

226function caseNormalizeConfigProps(config: Configuration): Configuration {
227 const caseNormalizeDirective: (entry: { param: string }) => void =
228 (entry: { param: string }) => entry.param = CASE_NORMALIZED_PROPS.get(entry.param.toLowerCase()) || entry.param;
229
230 config.filter(isDirective).forEach(entry => {
231 caseNormalizeDirective(entry);

Callers 1

caseNormalizeConfigPropsFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected