MCPcopy
hub / github.com/GooseMod/OpenAsar / reset

Method reset

src/splash/index.js:86–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 reset() {
87 Object.assign(this, {
88 progress: new Map(),
89 done: new Set(),
90 total: new Set()
91 });
92 }
93
94 record(id, state, current, outOf) {
95 this.total.add(id);

Callers 2

constructorMethod · 0.95
initOldFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected