Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openclaw/clawsweeper
/ asJsonObject
Function
asJsonObject
src/repair/json-types.ts:15–17 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
13
}
14
15
export
function
asJsonObject(value: unknown): JsonObject {
16
return
isJsonObject(value) ? value : {};
17
}
Callers
15
resolveDailyReportPointer
Function · 0.90
renderMaintainerReportMessage
Function · 0.90
fetchJson
Function · 0.90
readHighlights
Function · 0.90
topMaintainerRows
Function · 0.90
normalizeEventLedger
Function · 0.90
collectClawSweeperEvents
Function · 0.90
normalizeLedgerEntry
Function · 0.90
normalizeLedger
Function · 0.90
collectMergeNotifications
Function · 0.90
normalizeGithubActivity
Function · 0.90
routineGithubActivityReason
Function · 0.90
Calls
1
isJsonObject
Function · 0.85
Tested by
no test coverage detected