Function timeline_is_empty

Source
fn timeline_is_empty(p: &Project) -> bool
Expand description

Nothing to save/export: the MAIN timeline is empty. Project::is_empty() only sees the open sequence, and main_stash is Some exactly while one is open — so this is export_project().is_empty() without the clone.