diff --git a/src/storage/file_id.rs b/src/storage/file_id.rs index c582aa8e..da44de36 100644 --- a/src/storage/file_id.rs +++ b/src/storage/file_id.rs @@ -73,6 +73,10 @@ impl FileID { self.id_type.clone() } + pub fn get_id(&self) -> Option { + self.id.clone() + } + } impl Debug for FileID {