MCPcopy
hub / github.com/rollup/rollup / includeNode

Method includeNode

src/ast/nodes/ObjectExpression.ts:91–94  ·  view source on GitHub ↗
(context: InclusionContext)

Source from the content-addressed store, hash-verified

89 }
90
91 includeNode(context: InclusionContext) {
92 this.included = true;
93 this.protoProp?.includePath(UNKNOWN_PATH, context);
94 }
95
96 includePath(path: ObjectPath, context: InclusionContext) {
97 if (!this.included) this.includeNode(context);

Callers 2

includeMethod · 0.95
includePathMethod · 0.95

Calls 1

includePathMethod · 0.65

Tested by

no test coverage detected