Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / capacitySheet

Function: capacitySheet()

ts
function capacitySheet(spec): CapacitySheet;

Defined in: packages/core/src/orchestrator/capacity-sheet.ts:125

Builds the capacity sheet from the closed spec (RV4304). Pure and deterministic; throws typed on junk. See the module doc for the provenance rules it enforces.

Parameters

ParameterType
specCapacitySheetSpec

Returns

CapacitySheet