Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
15
async.js
File · 0.70
server.js
File · 0.50
main.js
File · 0.50
instructorAssessmentQuestionStatistics.js
File · 0.50
studentAssessmentExam.js
File · 0.50
studentInstanceQuestionExam.js
File · 0.50
authCallbackShib.js
File · 0.50
courseSyncs.js
File · 0.50
instructorAssessments.js
File · 0.50
userSettings.js
File · 0.50
studentReportCheating.js
File · 0.50
administratorOverview.js
File · 0.50
Calls
1
done
Function · 0.70
Tested by
no test coverage detected