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

Method includePath

src/ast/variables/NamespaceVariable.ts:102–105  ·  view source on GitHub ↗
(path: ObjectPath, context: InclusionContext)

Source from the content-addressed store, hash-verified

100 }
101
102 includePath(path: ObjectPath, context: InclusionContext): void {
103 super.includePath(path, context);
104 this.includeMemberPath(path, context);
105 }
106
107 includeMemberPath(path: ObjectPath, context: InclusionContext): void {
108 if (path.length > 0) {

Callers

nothing calls this directly

Calls 2

includeMemberPathMethod · 0.95
includePathMethod · 0.65

Tested by

no test coverage detected