(parsed: ParsedRules, jsonStringDepth = 0)
| 242 | } |
| 243 | |
| 244 | function 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). |
no outgoing calls
no test coverage detected