Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caike/jQuery-Simple-Timer
/ isContainer
Function
isContainer
tests/qunit-2.9.2.js:360–362 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
358
}
359
360
function
isContainer(val) {
361
return
[
"object"
,
"array"
,
"map"
,
"set"
].indexOf(objectType(val)) !== -1;
362
}
363
364
function
breadthFirstCompareChild(a, b) {
365
Callers
1
breadthFirstCompareChild
Function · 0.85
Calls
1
objectType
Function · 0.85
Tested by
no test coverage detected