Redact an AsyncStorage mutation payload (storage-key heuristic + deep walk).
(data: unknown, clientId?: string)
| 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 | |
| 123 | const NO_CLIENT = "\0__no_client__" |
no outgoing calls
no test coverage detected