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

Method removeAllStoredData

src/debug/threads.ts:200–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198 }
199
200 public removeAllStoredData() {
201 for (const id of Object.keys(this.storedData).map((k) => parseInt(k, 10))) {
202 delete this.storedData[id];
203 }
204 }
205
206 public handleIsolateExit(ref: VMIsolateRef) {
207 const threadInfo = this.getThreadInfoFromRef(ref);

Callers 1

terminateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected