MCPcopy
hub / github.com/JedWatson/classnames / _parseNumber

Function _parseNumber

dedupe.js:27–29  ·  view source on GitHub ↗
(resultSet, num)

Source from the content-addressed store, hash-verified

25 var hasOwn = {}.hasOwnProperty;
26
27 function _parseNumber (resultSet, num) {
28 resultSet[num] = true;
29 }
30
31 function _parseObject (resultSet, object) {
32 if (object.toString !== Object.prototype.toString && !object.toString.toString().includes('[native code]')) {

Callers 1

_parseFunction · 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…