MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / storeData

Method storeData

src/debug/threads.ts:362–364  ·  view source on GitHub ↗
(data: VMResponse)

Source from the content-addressed store, hash-verified

360 }
361
362 public storeData(data: VMResponse): number {
363 return this.manager.storeData(this, data);
364 }
365
366 public handlePaused(pauseEvent: VMEvent) {
367 this.atAsyncSuspension = pauseEvent.atAsyncSuspension === true;

Callers 7

handlePausedMethod · 0.95
convertStackFrameFunction · 0.45
scopesRequestFunction · 0.45
variablesRequestFunction · 0.45
evaluateRequestFunction · 0.45
handleInspectEventFunction · 0.45
instanceRefToVariableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected