MCPcopy Index your code
hub / github.com/microsoft/vscode-js-debug / remove

Method remove

src/common/processArgs.ts:61–63  ·  view source on GitHub ↗

* Removes an argument.

(key: string)

Source from the content-addressed store, hash-verified

59 * Removes an argument.
60 */
61 public remove(key: string): this {
62 return this.newThis(mapToArgs({ ...this.argMap(), [key]: undefined }));
63 }
64
65 /**
66 * Merges the set of arguments into this one.

Callers 6

removeDelegateMethod · 0.45
constructorMethod · 0.45
_startSessionFunction · 0.45
listenToWorkerDomainFunction · 0.45
stopMethod · 0.45

Calls 2

newThisMethod · 0.95
mapToArgsFunction · 0.85

Tested by

no test coverage detected