Simplify the SerializableItem::cleanup implementation (#29567)
Release Notes: - N/A --------- Co-authored-by: Julia Ryan <juliaryan3.14@gmail.com>
This commit is contained in:
parent
17703310ae
commit
1d7c86bf0d
13 changed files with 120 additions and 200 deletions
|
@ -62,7 +62,7 @@ use persistence::{
|
|||
model::{SerializedSshProject, SerializedWorkspace},
|
||||
};
|
||||
pub use persistence::{
|
||||
DB as WORKSPACE_DB, WorkspaceDb,
|
||||
DB as WORKSPACE_DB, WorkspaceDb, delete_unloaded_items,
|
||||
model::{ItemId, LocalPaths, SerializedWorkspaceLocation},
|
||||
};
|
||||
use postage::stream::Stream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue