MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / extendFromString

Function extendFromString

libs/echarts/echarts.simple.js:15568–15570  ·  view source on GitHub ↗

* Create a Path class from path string data * @param {string} str * @param {Object} opts Other options

(str, opts)

Source from the content-addressed store, hash-verified

15566 * @param {Object} opts Other options
15567 */
15568function extendFromString(str, opts) {
15569 return Path.extend(createPathOptions(str, opts));
15570}
15571
15572/**
15573 * Merge multiple paths

Callers 1

extendPathFunction · 0.70

Calls 2

extendMethod · 0.80
createPathOptionsFunction · 0.70

Tested by

no test coverage detected