MCPcopy
hub / github.com/tdewolff/minify / makeEncodeDefine

Function makeEncodeDefine

_benchmarks/sample_echarts.js:19832–19835  ·  view source on GitHub ↗
(encodeDefine)

Source from the content-addressed store, hash-verified

19830 }
19831
19832 function makeEncodeDefine(encodeDefine) {
19833 // null means user not specify `series.encode`.
19834 return encodeDefine ? createHashMap(encodeDefine) : null;
19835 }
19836 /**
19837 * Note: An empty array will be detected as `SOURCE_FORMAT_ARRAY_ROWS`.
19838 */

Callers 2

createSourceFunction · 0.85
cloneSourceShallowFunction · 0.85

Calls 1

createHashMapFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…