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

Method parent

src/targets/targets.ts:57–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 fileName(): string | undefined;
56 type(): string;
57 parent(): ITarget | undefined;
58 canStop(): boolean;
59 stop(): void;
60 canRestart(): boolean;

Callers 12

createTargetContainerFunction · 0.65
attachMethod · 0.65
_attachToNewTargetsMethod · 0.65
_disconnectTargetMethod · 0.65
acquireDapMethod · 0.65
getOrLaunchSessionMethod · 0.65
_initMethod · 0.65
_initMethod · 0.65
initAdapterMethod · 0.65
framesTest.tsFile · 0.65
getRootTargetFunction · 0.65

Implementers 3

BrowserTargetsrc/targets/browser/browserTargets.ts
NodeTargetsrc/targets/node/nodeTarget.ts
NodeWorkerTargetsrc/targets/node/nodeWorkerTarget.ts

Calls

no outgoing calls

Tested by

no test coverage detected