resolve_session_id

Function resolve_session_id 

Source
pub fn resolve_session_id(ito_path: &Path) -> String
Expand description

Resolve (or create) the session ID.

Reads from {ito_path}/.state/audit/.session. If the file doesn’t exist, generates a new UUID v4 and writes it. The .session file is gitignored.