/** * View-model projection — `projectCatalogToGraphViewModel`. * * The projector aggregates the function call graph up to PACKAGE granularity * (item 10): one node per package, one edge per directed package→package * coupling with a call-count weight. These tests lock the schema, the * package-attribution (mirroring `pkgOf`), the weight accounting, the * totalCoupling sizing input, the external-target drop, the cross-package SCC * pass, and the byte budget. */ export {}; //# sourceMappingURL=dashboard-graph-view-model.test.d.ts.map