Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/teivah/100-go-mistakes
/ isObject
Function
isObject
site/assets/javascripts/lunr/wordcut.js:1556–1558 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
1554
}
1555
1556
function
isObject(arg) {
1557
return
typeof arg ===
'object'
&& arg !== null;
1558
}
1559
1560
function
isUndefined(arg) {
1561
return
arg === void 0;
Callers
4
wordcut.js
File · 0.85
isRegExp
Function · 0.85
isDate
Function · 0.85
isError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected