pub fn get(
conn: &Connection,
disposal: &EventId,
) -> Result<Option<String>, CliError>Expand description
Return the stored attestation text for disposal, or None if none has been recorded.
Robust to older vaults (defensive init_table guard).