Rulvar API reference / @rulvar/core / executionScopeDigest
Function: executionScopeDigest()
ts
function executionScopeDigest(scope): string;Defined in: packages/core/src/engine/engine.ts:1098
The canonical digest of a scope (RV4205): sha256 over the JCS bytes of the NORMALIZED scope, a fixed-length identity for causal records (the genesis decision, the invoice header) and external joins, so a FinOps pipeline correlates runs by one column instead of comparing structured objects field by field.
Parameters
| Parameter | Type |
|---|---|
scope | ExecutionScope |
Returns
string