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

Function isSupportedSourceFormat

src/data/helper/transform.ts:541–543  ·  view source on GitHub ↗
(sourceFormat: SourceFormat)

Source from the content-addressed store, hash-verified

539}
540
541function isSupportedSourceFormat(sourceFormat: SourceFormat): boolean {
542 return sourceFormat === SOURCE_FORMAT_ARRAY_ROWS || sourceFormat === SOURCE_FORMAT_OBJECT_ROWS;
543}

Callers 3

getRawDataFunction · 0.85
cloneRawDataFunction · 0.85
applySingleDataTransformFunction · 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…