(value)
| 380 | ctx.cr = config.cr; |
| 381 | |
| 382 | var formatter = function (value) { |
| 383 | ctx.seen = []; |
| 384 | return ""+formatValue(ctx, value, ctx.maxDepth); |
| 385 | }; |
| 386 | formatter.withConfig = withConfig; |
| 387 | formatter.ctx = ctx; |
| 388 | formatter.config = config; |
nothing calls this directly
no test coverage detected