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

Method delete

Extension/src/Utility/Async/map.ts:13–15  ·  view source on GitHub ↗
(key: TKey)

Source from the content-addressed store, hash-verified

11 return this.map.clear();
12 }
13 delete(key: TKey): boolean {
14 return this.map.delete(key);
15 }
16 get(key: TKey): TValue | Promise<TValue | undefined> | undefined {
17 return this.map.get(key);
18 }

Callers 15

resolveConfigIncludesFunction · 0.80
filterToFoldersFunction · 0.80
dispatchFunction · 0.80
unsubscribeFunction · 0.80
unpipeMethod · 0.80
getOrAddMethod · 0.80
combinerFunction · 0.80
checkCompileCommandsMethod · 0.80
updateInactiveRegionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected