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

Function createHashMap

_benchmarks/sample_echarts.js:616–618  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

614 return HashMap;
615 }());
616 function createHashMap(obj) {
617 return new HashMap(obj);
618 }
619 function concatArray(a, b) {
620 var newArray = new a.constructor(a.length + b.length);
621 for (var i = 0; i < a.length; i++) {

Callers 15

mappingToExistsFunction · 0.85
makeIdAndNameFunction · 0.85
preParseFinderFunction · 0.85
groupDataFunction · 0.85
sample_echarts.jsFile · 0.85
resetSourceDefaulterFunction · 0.85
queryByIdOrNameFunction · 0.85
normalizeSetOptionInputFunction · 0.85
dataStackFunction · 0.85
makeEncodeDefineFunction · 0.85
SchedulerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…