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

Method targetList

src/binder.ts:380–387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

378 }
379
380 targetList(): ITarget[] {
381 const result: ITarget[] = [];
382 for (const delegate of this.getLaunchers()) {
383 result.push(...delegate.targetList());
384 }
385
386 return result;
387 }
388
389 private async attach(node: TargetTreeNode, launcher: ILauncher) {
390 if (!this._launchParams) {

Callers 1

BinderClass · 0.95

Calls 2

pushMethod · 0.65
targetListMethod · 0.65

Tested by

no test coverage detected