Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/allmarkedup/purl
/ isArray
Function
isArray
purl.js:185–187 ·
view source on GitHub ↗
(vArg)
Source
from the content-addressed store, hash-verified
183
}
184
185
function
isArray(vArg) {
186
return
Object.prototype.toString.call(vArg) ===
"[object Array]"
;
187
}
188
189
function
keys(obj) {
190
var
key_array = [];
Callers
3
parse
Function · 0.85
merge
Function · 0.85
set
Function · 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…