MCPcopy Index your code
hub / github.com/PrairieLearn/PrairieLearn / next

Function next

public/javascripts/async.js:1190–1195  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

1188 var done = only_once(callback || noop);
1189 var task = ensureAsync(fn);
1190 function next(err) {
1191 if (err) {
1192 return done(err);
1193 }
1194 task(next);
1195 }
1196 next();
1197 };
1198

Calls 1

doneFunction · 0.70

Tested by

no test coverage detected