Kind: Function
Source: atloria-monorepo/libs/parser-core/src/techdocs/subsystems.ts
A subsystem's boundary, stated the way the good documents state it: what it is responsible for, and — equally — what it explicitly is not.
Returns '' when the graph cannot support the claim. A boundary asserted from dangling edges would be confident and wrong, which is the failure mode worth avoiding above all others.
Signature
tsfunction renderSubsystemBoundary(subsystem: Subsystem, all: Subsystem[]): string
Parameters
| Name | Type |
|---|---|
subsystem | Subsystem |
all | Subsystem[] |
Returns: string
Was this page helpful?