| 193 | } |
| 194 | |
| 195 | export class TelemetryClient { |
| 196 | private commandProperties: TelemetryProperties = {} |
| 197 | private pendingSteps = new Map<string, PendingStep>() |
| 198 | private completedSteps: Array<TelemetryStepSummary> = [] |
nothing calls this directly
no outgoing calls
no test coverage detected