MCPcopy 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

1export function load(a, b, c) {
2 return new Promise(d => setTimeout(() => d(c(a, b)), 99));
3}

Callers

nothing calls this directly

Calls 3

setTimeoutFunction · 0.50
dFunction · 0.50
cFunction · 0.50

Tested by

no test coverage detected