pub fn transcripts_for_memory(
conn: &Connection,
memory_id: &str,
) -> Result<Vec<TranscriptLink>>Expand description
Return every transcript provenance edge for a given memory.
Order is stable on transcript_id so callers (notably I4’s
memory_replay) get a deterministic replay sequence.
§Errors
Returns an error when the SELECT or row decoding fails.