MCPcopy 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
25function isObject(v) {
26 return v && typeof v === "object" && !Array.isArray(v);
27}
28
29function flatten(obj, prefix = "") {
30 const out = {};

Callers 4

flattenFunction · 0.70
mergeWithCanonicalFunction · 0.70
sortKeysDeepFunction · 0.70
getPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected