Collector Trace Store
interface CollectorTraceStore
Persists the collector's inspectable decision trace under a run id. In-memory and graph-backed implementations both satisfy this.
Inheritors
Functions
Link copied to clipboard
Erasure hook: deleting a context's data must cascade to its trace rows.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Registers which context a run belongs to, so deleteTracesForContext can find and clear that run's rows later. Call this once per run, e.g. before recording its first edge.