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

Function isSourceInstance

src/data/Source.ts:189–191  ·  view source on GitHub ↗
(val: unknown)

Source from the content-addressed store, hash-verified

187}
188
189export function isSourceInstance(val: unknown): val is Source {
190 return val instanceof SourceImpl;
191}
192
193/**
194 * Create a source from option.

Callers 3

initDataMethod · 0.90
prepareSeriesDataSchemaFunction · 0.90
constructorMethod · 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…