Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getSource
Method · 0.95
_getUpstreamSourceManagers
Method · 0.45
Calls
1
inner
Function · 0.85
Tested by
no test coverage detected