Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Work-Fisher/code-claw
/ isObject
Function
isObject
compatible-shell/src/tools.mjs:405–407 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
403
}
404
405
function
isObject(value) {
406
return
typeof value ===
'object'
&& value !== null && !Array.isArray(value)
407
}
Callers
1
executeToolCalls
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected