MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / onProgress

Function onProgress

OpenReservation/wwwroot/Scripts/angular.js:5589–5594  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

5587 });
5588
5589 function onProgress(response) {
5590 status = status && response;
5591 if (++count === runners.length) {
5592 callback(status);
5593 }
5594 }
5595 };
5596
5597 function AnimateRunner(host) {

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected