MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / getDependents

Method getDependents

packages/bumpy/src/core/dep-graph.ts:40–42  ·  view source on GitHub ↗

Get all packages that depend on the given package

(pkgName: string)

Source from the content-addressed store, hash-verified

38
39 /** Get all packages that depend on the given package */
40 getDependents(pkgName: string): DependentInfo[] {
41 return this.dependents.get(pkgName) || [];
42 }
43
44 /** Check if a package is an internal workspace package */
45 isInternal(pkgName: string): boolean {

Callers 2

dep-graph.test.tsFile · 0.80
assembleReleasePlanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected