Skip to main content

Module capability_lineage

Module capability_lineage 

Source
Expand description

Capability lineage index for Chio kernel.

This module provides persistence and query functions for capability snapshots. Snapshots are recorded at issuance time and co-located with the receipt database for efficient JOINs. The delegation chain can be walked via WITH RECURSIVE CTE.

Structs§

CapabilitySnapshot
A point-in-time snapshot of a capability token persisted at issuance.
StoredCapabilitySnapshot
A capability snapshot with the source database sequence used for cluster sync.

Enums§

CapabilityLineageError
Errors from capability lineage operations.