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

Function shouldRetrieveDataByName

src/data/Source.ts:479–482  ·  view source on GitHub ↗
(source: Source)

Source from the content-addressed store, hash-verified

477}
478
479export function shouldRetrieveDataByName(source: Source): boolean {
480 const sourceFormat = source.sourceFormat;
481 return sourceFormat === SOURCE_FORMAT_OBJECT_ROWS || sourceFormat === SOURCE_FORMAT_KEYED_COLUMNS;
482}

Callers 2

initDataMethod · 0.90
makeStoreSchemaMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…