pub(super) async fn save_all_documents(
environment: &MountainEnvironment,
include_untitled: bool,
) -> Result<Vec<bool>, CommonError>Expand description
Saves all currently dirty documents.
pub(super) async fn save_all_documents(
environment: &MountainEnvironment,
include_untitled: bool,
) -> Result<Vec<bool>, CommonError>Saves all currently dirty documents.