Skip to content

Commit eaa9a3f

Browse files
Add get_parent_uuid API
1 parent 6b30fb9 commit eaa9a3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ impl Version {
167167
self.uuid
168168
}
169169

170+
pub fn get_parent_uuid(&self) -> Option<Uuid> {
171+
self.parent_uuid
172+
}
173+
170174
pub fn get_name(&self) -> Option<&str> {
171175
self.name.as_deref()
172176
}

0 commit comments

Comments
 (0)