pub fn current_phase_claim(
store: &Store,
session_id: &str,
) -> Result<Option<(String, String)>>Expand description
Return (claim_id, phase_name) for the most recent Phase claim in
session_id — used by supersession-chain writes that need the
previous claim’s id.