MCPcopy
hub / github.com/microsoft/vscode-js-debug / add

Method add

src/typings/vscode.d.ts:17994–17994  ·  view source on GitHub ↗

* Adds the test item to the children. If an item with the same ID already * exists, it'll be replaced. * @param item Item to add.

(item: TestItem)

Source from the content-addressed store, hash-verified

17992 * @param item Item to add.
17993 */
17994 add(item: TestItem): void;
17995
17996 /**
17997 * Removes a single test item from the collection.

Callers 15

_attachToNewTargetsMethod · 0.65
addMethod · 0.65
startDebugServerFunction · 0.65
reportOperationMethod · 0.65
_detachedFromTargetMethod · 0.65
defaultArgsFunction · 0.65
_refMethod · 0.65
constructorMethod · 0.65
attachedMethod · 0.65
addDelegateMethod · 0.65
constructorMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected