| 148 | } |
| 149 | |
| 150 | class ScopedTelemetryClient extends TelemetryClient { |
| 151 | constructor( |
| 152 | private readonly parent: TelemetryClient, |
| 153 | private readonly context: TelemetryContextIds, |
nothing calls this directly
no outgoing calls
no test coverage detected