Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
189
export
function
isSourceInstance(val: unknown): val is Source {
190
return
val instanceof SourceImpl;
191
}
192
193
/**
194
* Create a source from option.
Callers
3
initData
Method · 0.90
prepareSeriesDataSchema
Function · 0.90
constructor
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected