MCPcopy
hub / github.com/apache/echarts / makeKey

Function makeKey

src/component/axisPointer/modelHelper.ts:417–419  ·  view source on GitHub ↗
(model: ComponentModel)

Source from the content-addressed store, hash-verified

415 * @return {string} unique key
416 */
417export function makeKey(model: ComponentModel) {
418 return model.type + '||' + model.id;
419}

Callers 4

collectAxesInfoFunction · 0.85
saveTooltipAxisInfoFunction · 0.85
collectSeriesInfoFunction · 0.85
getAxisInfoFunction · 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…