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

Method getStoredData

src/debug/threads.ts:189–191  ·  view source on GitHub ↗
(id: number)

Source from the content-addressed store, hash-verified

187 }
188
189 public getStoredData(id: number): StoredData {
190 return this.storedData[id];
191 }
192
193 public removeStoredData(thread: ThreadInfo) {
194 for (const id of Object.keys(this.storedData).map((k) => parseInt(k, 10))) {

Callers 5

sourceRequestFunction · 0.80
scopesRequestFunction · 0.80
variablesRequestFunction · 0.80
restartFrameRequestFunction · 0.80
evaluateRequestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected