MCPcopy Index your code
hub / github.com/infinitered/reactotron / redactAsyncStorage

Method redactAsyncStorage

lib/reactotron-mcp/src/redaction.ts:120–120  ·  view source on GitHub ↗

Redact an AsyncStorage mutation payload (storage-key heuristic + deep walk).

(data: unknown, clientId?: string)

Source from the content-addressed store, hash-verified

118 redactState(data: unknown, clientId: string | undefined, statePath: string): unknown
119 /** Redact an AsyncStorage mutation payload (storage-key heuristic + deep walk). */
120 redactAsyncStorage(data: unknown, clientId?: string): unknown
121}
122
123const NO_CLIENT = "\0__no_client__"

Callers 2

redaction.test.tsFile · 0.80
registerResourcesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected