Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
1492
function
hasOwnPathData(shape: CustomSVGPathOption[
'shape'
]): boolean {
1493
return
shape && (hasOwn(shape,
'pathData'
) || hasOwn(shape,
'd'
));
1494
}
Callers
1
doesElNeedRecreate
Function · 0.85
Calls
1
hasOwn
Function · 0.50
Tested by
no test coverage detected