Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Eversmile12/sharedcontext
/ isJsonObject
Function
isJsonObject
src/cli/setup.ts:222–224 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
220
}
221
222
function
isJsonObject(value: unknown): value is JsonObject {
223
return
typeof value ===
"object"
&& value !== null && !Array.isArray(value);
224
}
Callers
2
updateMcpConfig
Function · 0.85
readJsonObject
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected