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

Method defaultExecutionContext

valdi/vscode_debugger/src/adapter/threads.ts:189–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187 }
188
189 defaultExecutionContext(): ExecutionContext | undefined {
190 for (const context of this._executionContexts.values()) {
191 if (context.isDefault()) return context;
192 }
193 }
194
195 public async resume(): Promise<Dap.ContinueResult | Dap.Error> {
196 this._sourceContainer.clearDisabledSourceMaps();

Callers 1

_evaluateReplMethod · 0.95

Calls 2

valuesMethod · 0.80
isDefaultMethod · 0.45

Tested by

no test coverage detected