MCPcopy Index your code
hub / github.com/rollup/rollup / includePath

Method includePath

src/ast/variables/ExternalVariable.ts:36–39  ·  view source on GitHub ↗
(path: ObjectPath, context: InclusionContext)

Source from the content-addressed store, hash-verified

34 }
35
36 includePath(path: ObjectPath, context: InclusionContext): void {
37 super.includePath(path, context);
38 this.module.used = true;
39 }
40}

Callers

nothing calls this directly

Calls 1

includePathMethod · 0.65

Tested by

no test coverage detected