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

Method id

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

Source from the content-addressed store, hash-verified

50 readonly sourcePathResolver?: ISourcePathResolver;
51
52 id(): string;
53 name(): string;
54 onNameChanged: IEvent<void>;
55 fileName(): string | undefined;

Callers 11

acquireDapMethod · 0.65
initAdapterMethod · 0.65
releaseDapMethod · 0.65
launchMethod · 0.65
getOrLaunchSessionMethod · 0.65
_initMethod · 0.65
stopMethod · 0.65
_detachedFromTargetMethod · 0.65
listenToWorkerDomainFunction · 0.65
constructorMethod · 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