MCPcopy
hub / github.com/meteor/meteor / reportProgress

Function reportProgress

tools/utils/buildmessage.js:206–211  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

204};
205
206var reportProgress = function (state) {
207 var progress = currentProgress.get();
208 if (progress) {
209 progress.reportProgress(state);
210 }
211};
212
213var reportProgressDone = function () {
214 var progress = currentProgress.get();

Callers

nothing calls this directly

Calls 2

reportProgressMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…