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

Class

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

Source from the content-addressed store, hash-verified

1import type { WorkspacePackage, DependentInfo, DepType } from '../types.ts';
2
3export class DependencyGraph {
4 /** Map from package name → packages that depend on it */
5 private dependents = new Map<string, DependentInfo[]>();
6 /** Set of all internal package names */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected