MCPcopy Index your code
hub / github.com/apache/echarts / getEdgeMapLengthWithKey

Function getEdgeMapLengthWithKey

src/chart/helper/multipleGraphEdgeHelper.ts:118–121  ·  view source on GitHub ↗
(key, seriesModel)

Source from the content-addressed store, hash-verified

116 * @param key
117 */
118const 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

Callers 2

getCurvenessForEdgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…