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

Method redact

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

Redact a generic payload (network entry, log event, action, etc.).

(data: unknown, clientId?: string)

Source from the content-addressed store, hash-verified

114export interface Redactor {
115 /** Redact a generic payload (network entry, log event, action, etc.). */
116 redact(data: unknown, clientId?: string): unknown
117 /** Redact a state payload anchored at `statePath` (pass "" for full tree). */
118 redactState(data: unknown, clientId: string | undefined, statePath: string): unknown
119 /** Redact an AsyncStorage mutation payload (storage-key heuristic + deep walk). */

Callers 3

redaction.test.tsFile · 0.80
registerToolsFunction · 0.80
registerResourcesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected