mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
Expose RojoTree::get_metadata publicly
This commit is contained in:
@@ -142,7 +142,7 @@ impl RojoTree {
|
||||
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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user