Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ding113/claude-code-hub
/ isObject
Function
isObject
scripts/sync-settings-keys.js:25–27 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
23
}
24
25
function
isObject(v) {
26
return
v && typeof v ===
"object"
&& !Array.isArray(v);
27
}
28
29
function
flatten(obj, prefix =
""
) {
30
const
out = {};
Callers
4
flatten
Function · 0.70
mergeWithCanonical
Function · 0.70
sortKeysDeep
Function · 0.70
getPath
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected