MCPcopy Index your code
hub / github.com/tdewolff/minify / createFromString

Function createFromString

_benchmarks/sample_echarts.js:13080–13082  ·  view source on GitHub ↗
(str, opts)

Source from the content-addressed store, hash-verified

13078 return innerOpts;
13079 }
13080 function createFromString(str, opts) {
13081 return new SVGPath(createPathOptions(str, opts));
13082 }
13083 function extendFromString(str, defaultOpts) {
13084 var innerOpts = createPathOptions(str, defaultOpts);
13085 var Sub = (function (_super) {

Callers 2

makePathFunction · 0.85
sample_echarts.jsFile · 0.85

Calls 1

createPathOptionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…