graph-framework-for-microservices
graph-framework-for-microservices copied to clipboard
[NPT-806] Fix issue with parents map in node parser
The ask is to fix a problem with incorrect parent in parents map and there is also a problem with occasional panics because of root node detection.
Fixed a problem with panics in root nodes detection Fixed parents map by making a copy of parents slice.