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

Method getItem

src/data/helper/dataProvider.ts:57–57  ·  view source on GitHub ↗
(idx: number, out?: OptionDataItem)

Source from the content-addressed store, hash-verified

55 getSource(): Source;
56 count(): number;
57 getItem(idx: number, out?: OptionDataItem): OptionDataItem;
58 fillStorage?(
59 start: number,
60 end: number,

Callers 6

simpleRequire.jsFile · 0.65
IFunction · 0.65
kFunction · 0.65
_doInitMethod · 0.65
_initDataFromProviderMethod · 0.65
getRawDataItemMethod · 0.65

Implementers 1

DefaultDataProvidersrc/data/helper/dataProvider.ts

Calls

no outgoing calls

Tested by

no test coverage detected