(key, seriesModel)
| 116 | * @param key |
| 117 | */ |
| 118 | const getEdgeMapLengthWithKey = function (key, seriesModel) { |
| 119 | const edgeMap = seriesModel.__edgeMap; |
| 120 | return edgeMap[key] ? edgeMap[key].length : 0; |
| 121 | }; |
| 122 | |
| 123 | /** |
| 124 | * Count the number of edges between the same two points, used to obtain the curvature table and the parity of the edge |
no outgoing calls
no test coverage detected
searching dependent graphs…