MCPcopy
hub / github.com/rollup/rollup / includePath

Method includePath

src/ast/nodes/ObjectExpression.ts:96–99  ·  view source on GitHub ↗
(path: ObjectPath, context: InclusionContext)

Source from the content-addressed store, hash-verified

94 }
95
96 includePath(path: ObjectPath, context: InclusionContext) {
97 if (!this.included) this.includeNode(context);
98 this.getObjectEntity().includePath(path, context);
99 }
100
101 render(
102 code: MagicString,

Callers

nothing calls this directly

Calls 3

includeNodeMethod · 0.95
getObjectEntityMethod · 0.95
includePathMethod · 0.65

Tested by

no test coverage detected