MCPcopy
hub / github.com/tdewolff/minify / getMethodMapKey

Function getMethodMapKey

_benchmarks/sample_echarts.js:20360–20362  ·  view source on GitHub ↗
(sourceFormat, seriesLayoutBy)

Source from the content-addressed store, hash-verified

20358 }
20359
20360 function getMethodMapKey(sourceFormat, seriesLayoutBy) {
20361 return sourceFormat === SOURCE_FORMAT_ARRAY_ROWS ? sourceFormat + '_' + seriesLayoutBy : sourceFormat;
20362 } // ??? FIXME can these logic be more neat: getRawValue, getRawDataItem,
20363 // Consider persistent.
20364 // Caution: why use raw value to display on label or tooltip?
20365 // A reason is to avoid format. For example time value we do not know

Callers 3

sample_echarts.jsFile · 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…