Changes between Initial Version and Version 1 of Ticket #20182, comment 7


Ignore:
Timestamp:
2020-12-02T15:39:54+01:00 (5 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20182, comment 7

    initial v1  
    11I think it was left public so that the parsing code could be reused in plugins that deal with lane connectivity.
     2
     3EDIT: And the empty map was to avoid returning `null` so that users didn't have to check the map as null before iterating through the map. I think. If I remember correctly.