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

Function hasOwnPathData

src/chart/custom/CustomView.ts:1492–1494  ·  view source on GitHub ↗
(shape: CustomSVGPathOption['shape'])

Source from the content-addressed store, hash-verified

1490}
1491
1492function hasOwnPathData(shape: CustomSVGPathOption['shape']): boolean {
1493 return shape && (hasOwn(shape, 'pathData') || hasOwn(shape, 'd'));
1494}

Callers 1

doesElNeedRecreateFunction · 0.85

Calls 1

hasOwnFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…