Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-02-chunking/chunk-relationship-graph.ts
Summary of chunk relationships
Properties
| Property | Type |
|---|---|
totalNodes | number |
totalEdges | number |
mostConnectedChunks | Array<{ chunk: ChunkNode; connections: number }> |
clusters | ChunkCluster[] |
crossCuttingChunks | string[] |
importRelationships | number |
extendsRelationships | number |
implementsRelationships | number |
Was this page helpful?