pub fn current_content(
fs: &impl Fs,
paths: &StorePaths,
doc_id: &str,
) -> Result<Option<Vec<u8>>, SessionError>Expand description
The full content of the current HEAD snapshot, or None if the session is
empty (no states recorded yet).