Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/axios/axios
/ spread
Function
spread
lib/helpers/spread.js:24–28 ·
view source on GitHub ↗
(callback)
Source
from the content-addressed store, hash-verified
22
* @returns {Function}
23
*/
24
export
default
function
spread(callback) {
25
return
function
wrap(arr) {
26
return
callback.apply(null, arr);
27
};
28
}
Callers
2
esm-index.ts
File · 0.85
spread.test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected