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

Method getSourceManager

src/model/Series.ts:426–428  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

424 }
425
426 getSourceManager(): SourceManager {
427 return inner(this).sourceManager;
428 }
429
430 getSource(): Source {
431 return this.getSourceManager().getSource();

Callers 2

getSourceMethod · 0.95

Calls 1

innerFunction · 0.85

Tested by

no test coverage detected