MCPcopy Create free account
hub / github.com/microsoft/typescript-go / stopPerformanceTelemetry

Method stopPerformanceTelemetry

internal/project/session.go:606–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

604}
605
606func (s *Session) stopPerformanceTelemetry() {
607 if s.performanceTelemetryCancel != nil {
608 s.performanceTelemetryCancel()
609 s.performanceTelemetryCancel = nil
610 }
611}
612
613func (s *Session) sendPerformanceTelemetry(ctx context.Context) {
614 if s.client == nil || !s.options.TelemetryEnabled {

Callers 1

CloseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected