Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caolan/async
/ _withoutIndex
Function
_withoutIndex
lib/internal/withoutIndex.js:1–5 ·
view source on GitHub ↗
(iteratee)
Source
from the content-addressed store, hash-verified
1
export
default
function
_withoutIndex(iteratee) {
2
return
function
(value, index, callback) {
3
return
iteratee(value, callback);
4
};
5
}
Callers
nothing calls this directly
Calls
1
iteratee
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…