MCPcopy
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
15export function asJsonObject(value: unknown): JsonObject {
16 return isJsonObject(value) ? value : {};
17}

Callers 15

fetchJsonFunction · 0.90
readHighlightsFunction · 0.90
topMaintainerRowsFunction · 0.90
normalizeEventLedgerFunction · 0.90
collectClawSweeperEventsFunction · 0.90
normalizeLedgerEntryFunction · 0.90
normalizeLedgerFunction · 0.90
normalizeGithubActivityFunction · 0.90

Calls 1

isJsonObjectFunction · 0.85

Tested by

no test coverage detected