MCPcopy Create free account
hub / github.com/breck7/scroll / _empty

Function _empty

external/.datatables.js:1055–1057  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

1053 var _re_formatted_numeric = /['\u00A0,$£€¥%\u2009\u202F\u20BD\u20a9\u20BArfkɃΞ]/gi
1054
1055 var _empty = function (d) {
1056 return !d || d === true || d === "-" ? true : false
1057 }
1058
1059 var _intVal = function (s) {
1060 var integer = parseInt(s, 10)

Callers 6

_isNumberFunction · 0.85
_isHtmlFunction · 0.85
_htmlNumericFunction · 0.85
_fnColumnTypesFunction · 0.85
_filterStringFunction · 0.85
.datatables.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected