(options)
| 3409 | |
| 3410 | // Inject _scope into options. |
| 3411 | static _injectScope(options) { |
| 3412 | const scope = Utils.cloneDeep(this._scope); |
| 3413 | this._defaultsOptions(options, scope); |
| 3414 | } |
| 3415 | |
| 3416 | static [Symbol.for('nodejs.util.inspect.custom')]() { |
| 3417 | return this.name; |
no test coverage detected