Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ shouldRunModule
Method
shouldRunModule
lib/internal/modules/esm/module_job.js:207–209 ·
view source on GitHub ↗
(phase)
Source
from the content-addressed store, hash-verified
205
return
phase >= kDeferPhase;
206
}
207
shouldRunModule(phase) {
208
return
phase === kEvaluationPhase;
209
}
210
}
211
212
/* A ModuleJob tracks the loading of a single Module, and the ModuleJobs of
Callers
6
syncLink
Method · 0.95
#asyncLink
Method · 0.80
runSync
Method · 0.80
run
Method · 0.80
run
Method · 0.80
runSync
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected