MCPcopy Index your code
hub / github.com/JedWatson/classnames / _parseArray

Function _parseArray

dedupe.js:17–23  ·  view source on GitHub ↗
(resultSet, array)

Source from the content-addressed store, hash-verified

15 StorageObject.prototype = Object.create(null);
16
17 function _parseArray (resultSet, array) {
18 var length = array.length;
19
20 for (var i = 0; i < length; ++i) {
21 _parse(resultSet, array[i]);
22 }
23 }
24
25 var hasOwn = {}.hasOwnProperty;
26

Callers 2

_parseFunction · 0.85
_classNamesFunction · 0.85

Calls 1

_parseFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…