Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/provider / / SENSITIVITY_DEFAULTS_PER_TRUST

Variable: SENSITIVITY_DEFAULTS_PER_TRUST

ts
const SENSITIVITY_DEFAULTS_PER_TRUST: Readonly<Record<LocalProviderTrust, ReadonlyArray<Sensitivity>>>;

Defined in: packages/provider/src/trust/classify-local-provider.ts:46

Per-tier default sensitivity envelope. Lifted to a constant so downstream code (and tests) can import it without re-deriving the matrix.

Stable