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

Method maxMemory

Extension/src/LanguageServer/settings.ts:328–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326
327 public get maxConcurrentThreads(): number | null { return this.getAsNumber("maxConcurrentThreads", true); }
328 public get maxMemory(): number | null { return this.getAsNumber("maxMemory", true); }
329 public get maxSymbolSearchResults(): number { return this.getAsNumber("maxSymbolSearchResults"); }
330 public get maxCachedProcesses(): number | null { return this.getAsNumber("maxCachedProcesses", true); }
331 public get intelliSenseMaxCachedProcesses(): number | null { return this.getAsNumber("intelliSense.maxCachedProcesses", true); }

Callers

nothing calls this directly

Calls 1

getAsNumberMethod · 0.95

Tested by

no test coverage detected