MCPcopy Create free account
hub / github.com/Snapchat/Valdi / targetList

Method targetList

valdi/vscode_debugger/src/binder.ts:331–338  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

329 }
330
331 targetList(): ITarget[] {
332 const result: ITarget[] = [];
333 for (const delegate of this.getLaunchers()) {
334 result.push(...delegate.targetList());
335 }
336
337 return result;
338 }
339
340 public async attach(target: ITarget, launcher: ILauncher) {
341 if (!this._launchParams) {

Callers 4

getLaunchersMethod · 0.95
_launchMethod · 0.95
detachTargetMethod · 0.95
stopTargetMethod · 0.95

Calls 3

getLaunchersMethod · 0.95
targetListMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected