MCPcopy Create free account
hub / github.com/ded/reqwest / isArray

Function isArray

tests/tests.js:946–948  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

944 }
945
946 function isArray(a) {
947 return Object.prototype.toString.call(a) == '[object Array]'
948 }
949
950 function sameValue(value, expected) {
951 if (expected == null) {

Callers 11

serializeHashFunction · 0.85
reqwest.jsFile · 0.85
buildParamsFunction · 0.85
serializeHashFunction · 0.85
buildParamsFunction · 0.85
reqwest.min.jsFile · 0.85
serializeHashFunction · 0.85
reqwest.jsFile · 0.85
buildParamsFunction · 0.85
sameValueFunction · 0.85
testInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected