MCPcopy
hub / github.com/infinitered/reactotron / redactAsyncStorage

Function redactAsyncStorage

lib/reactotron-mcp/src/redaction.ts:150–154  ·  view source on GitHub ↗
(data, clientId)

Source from the content-addressed store, hash-verified

148 return parsed ? redactWithParsed(data, parsed, statePath) : data
149 },
150 redactAsyncStorage(data, clientId) {
151 const parsed = parsedFor(clientId)
152 if (!parsed) return data
153 return redactWithParsed(redactAsyncStorageWithParsed(data, parsed), parsed)
154 },
155 }
156}
157

Callers

nothing calls this directly

Calls 3

parsedForFunction · 0.85
redactWithParsedFunction · 0.85

Tested by

no test coverage detected