MCPcopy
hub / github.com/ampproject/amphtml / completeContinue_

Method completeContinue_

src/motion.js:240–251  ·  view source on GitHub ↗

* @param {boolean} success * @private

(success)

Source from the content-addressed store, hash-verified

238 * @private
239 */
240 completeContinue_(success) {
241 if (!this.continuing_) {
242 return;
243 }
244 this.continuing_ = false;
245 this.fireMove_();
246 if (success) {
247 this.resolve_();
248 } else {
249 this.reject_();
250 }
251 }
252
253 /** @private */
254 fireMove_() {

Callers 2

startMethod · 0.95
haltMethod · 0.95

Calls 2

fireMove_Method · 0.95
resolve_Method · 0.80

Tested by

no test coverage detected