MCPcopy Create free account
hub / github.com/NathanPB/progress.js / total

Method total

src/ProgressBar.ts:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39 private _total: number = 0
40 public get total() { return this._total }
41 public set total(value: number) {
42 this._total = Math.max(value, 0)
43 this.checkCompleteEvent()

Callers 2

token.test.tsFile · 0.80

Calls 1

checkCompleteEventMethod · 0.95

Tested by

no test coverage detected