Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PrairieLearn/PrairieLearn
/ _withoutIndex
Function
_withoutIndex
public/javascripts/async.js:179–183 ·
view source on GitHub ↗
(iterator)
Source
from the content-addressed store, hash-verified
177
}
178
179
function
_withoutIndex(iterator) {
180
return
function
(value, index, callback) {
181
return
iterator(value, callback);
182
};
183
}
184
185
//// exported async module functions ////
186
Callers
1
async.js
File · 0.85
Calls
1
iterator
Function · 0.70
Tested by
no test coverage detected