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

Function makeContext

lib/reactotron-mcp/src/redaction.ts:244–246  ·  view source on GitHub ↗
(parsed: ParsedRules, jsonStringDepth = 0)

Source from the content-addressed store, hash-verified

242}
243
244function makeContext(parsed: ParsedRules, jsonStringDepth = 0): RedactionContext {
245 return { parsed, seen: new Set<unknown>(), jsonStringDepth }
246}
247
248/**
249 * Deep-walk an object and redact sensitive values (returns a new object).

Callers 3

redactWithParsedFunction · 0.85
redactStringValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected