Skip to content

collectSubsystemEvidence

reference
1 min readUpdated

Kind: Function

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

Everything the sections below are allowed to say, gathered in one pass over the members.

internalDependents and the boundary weights are supplied by the caller, which is the only place that knows which subsystem owns which entity.

Signature

ts
function collectSubsystemEvidence(members: Entity[], internalDependents: Map<string, number>, inboundEdges: Record<string, number>, outboundEdges: Record<string, number>, inboundTargets: Map<string, number>): SubsystemEvidence

Parameters

NameType
membersEntity[]
internalDependentsMap<string, number>
inboundEdgesRecord<string, number>
outboundEdgesRecord<string, number>
inboundTargetsMap<string, number>

Returns: SubsystemEvidence

Was this page helpful?

Download as PDF