Skip to content
Snippets Groups Projects
Commit 4cf79e9f authored by Arne Stabenau's avatar Arne Stabenau
Browse files

utility function get_ranges to read the internals of the rangeRegistry

parent e52ce5ec
No related branches found
No related tags found
No related merge requests found
......@@ -337,5 +337,17 @@ sub overlap_size {
return $overlap;
}
# low level function to access the ranges
# only use for read access
sub get_ranges {
my $self = shift;
my $id = shift;
return $self->{'registry'}->{$id};
}
1;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment