Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ load
Function
load
test/fixtures/es-module-loaders/loader-delayed-async-load.mjs:1–3 ·
view source on GitHub ↗
(a, b, c)
Source
from the content-addressed store, hash-verified
1
export
function
load(a, b, c) {
2
return
new
Promise(d => setTimeout(() => d(c(a, b)), 99));
3
}
Callers
nothing calls this directly
Calls
3
setTimeout
Function · 0.50
d
Function · 0.50
c
Function · 0.50
Tested by
no test coverage detected