MCPcopy
hub / github.com/rollup/rollup / isIncluded

Method isIncluded

src/Module.ts:388–393  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

386 isEntry,
387 isExternal: false,
388 get isIncluded() {
389 if (graph.phase !== BuildPhase.GENERATE) {
390 return null;
391 }
392 return module.isIncluded();
393 },
394 meta: { ...meta },
395 moduleSideEffects,
396 safeVariableNames: null,

Callers 5

includeStatementsMethod · 0.80
getIncludedModulesFunction · 0.80
constructorMethod · 0.80
renderModulesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected