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

Function getMethodMapKey

src/data/helper/dataProvider.ts:486–490  ·  view source on GitHub ↗
(sourceFormat: SourceFormat, seriesLayoutBy: SeriesLayoutBy)

Source from the content-addressed store, hash-verified

484
485
486function getMethodMapKey(sourceFormat: SourceFormat, seriesLayoutBy: SeriesLayoutBy): string {
487 return sourceFormat === SOURCE_FORMAT_ARRAY_ROWS
488 ? sourceFormat + '_' + seriesLayoutBy
489 : sourceFormat;
490}
491
492
493// ??? FIXME can these logic be more neat: getRawValue, getRawDataItem,

Callers 4

constructorMethod · 0.85
DefaultDataProviderClass · 0.85
getRawSourceItemGetterFunction · 0.85
getRawSourceDataCounterFunction · 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…