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

Method resolve

src/adapter/threads.ts:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 constructor(private readonly _obj: T) {}
104
105 resolve(): void {
106 this._dapDeferred.resolve(this._obj);
107 }
108
109 with<Return>(callback: (obj: T) => Return): Return | Promise<Return> {
110 if (this._dapDeferred.hasSettled()) {

Callers 15

compileVendorLibraryFunction · 0.80
compileTsFunction · 0.80
onSocketMethod · 0.80
constructorMethod · 0.80
_launchMethod · 0.80
startThreadMethod · 0.80
attachMethod · 0.80
waitUntilMethod · 0.80
collectInitializeFunction · 0.80
initAdapterMethod · 0.80
handleConnectionMethod · 0.80
startDebugServerFunction · 0.80

Calls

no outgoing calls

Tested by 6

resolveFunction · 0.64
existsMethod · 0.64
fetchFunction · 0.64
fetchJsonFunction · 0.64
urlToAbsolutePathFunction · 0.64