MCPcopy Create free account
hub / github.com/SpringRoll/SpringRoll / isFinished

Method isFinished

src/localization/captions/Caption.js:97–99  ·  view source on GitHub ↗

* Checks if caption has completed. * @returns {Boolean} * @memberof Caption

()

Source from the content-addressed store, hash-verified

95 * @memberof Caption
96 */
97 isFinished() {
98 return this.lineIndex >= this.lines.length;
99 }
100
101 /**
102 * Sets time and line index of caption.

Callers 4

updateStateMethod · 0.95
updateTimeIndexMethod · 0.95
updateMethod · 0.80
Captions.spec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected