Skip to content

renderSubsystemMap

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/parser-core/src/techdocs/subsystems.ts

The architecture section: which parts exist, and which the rest of the system leans on.

Ordered by dependents, never by size — that ordering IS the claim, and it is the one thing a reader cannot get from a file tree. The entity count is shown beside it precisely so the mismatch is visible: a subsystem with 11 entities sitting above one with 172 tells a reader something true about the codebase.

Signature

ts
function renderSubsystemMap(subsystems: Subsystem[], limit): string

Parameters

NameType
subsystemsSubsystem[]
limitany

Returns: string

Was this page helpful?

Download as PDF