()
| 378 | |
| 379 | Object.defineProperty(inspect, 'defaultOptions', { |
| 380 | get() |
| 381 | { |
| 382 | return inspectDefaultOptions; |
| 383 | }, |
| 384 | set(options) |
| 385 | { |
| 386 | if (options === null || typeof options !== 'object') |
nothing calls this directly
no outgoing calls
no test coverage detected