mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-25 23:26:19 +00:00
Expose RojoTree::get_metadata publicly
This commit is contained in:
@@ -142,7 +142,7 @@ impl RojoTree {
|
|||||||
self.path_to_ids.get(path)
|
self.path_to_ids.get(path)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn get_metadata(&self, id: RbxId) -> Option<&InstanceMetadata> {
|
pub fn get_metadata(&self, id: RbxId) -> Option<&InstanceMetadata> {
|
||||||
self.metadata_map.get(&id)
|
self.metadata_map.get(&id)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user