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

Method constructor

src/splash/index.js:80–84  ·  view source on GitHub ↗
(st)

Source from the content-addressed store, hash-verified

78let toSend = 0; // Progress state to send for ModuleUpdater (0 = downloading, 1 = installing)
79class UIProgress { // Generic class to track updating and sent states to splash
80 constructor(st) {
81 this.st = st;
82
83 this.reset();
84 }
85
86 reset() {
87 Object.assign(this, {

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected