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

Method resolveParentPath

src/model/Model.ts:200–202  ·  view source on GitHub ↗
(path: readonly string[])

Source from the content-addressed store, hash-verified

198 // Default to be a identity resolver.
199 // Can be modified to a different resolver.
200 resolveParentPath(path: readonly string[]): string[] {
201 return path as string[];
202 }
203
204 // FIXME:TS check whether put this method here
205 isAnimationEnabled(): boolean {

Callers 2

getModelMethod · 0.95
_doGetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected