MCPcopy Index your code
hub / github.com/nodejs/node / shouldLinkModule

Method shouldLinkModule

lib/internal/modules/esm/module_job.js:204–206  ·  view source on GitHub ↗
(phase)

Source from the content-addressed store, hash-verified

202 }
203
204 shouldLinkModule(phase) {
205 return phase >= kDeferPhase;
206 }
207 shouldRunModule(phase) {
208 return phase === kEvaluationPhase;
209 }

Callers 2

constructorMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected