onAnalysisClosingLabels method

void onAnalysisClosingLabels(
  1. AnalysisClosingLabelsParams params
)

Reports closing labels relevant to a given file.

This notification is not subscribed to by default. Clients can subscribe by including the value "CLOSING_LABELS" in the list of services passed in an analysis.setSubscriptions request.

Implementation

void onAnalysisClosingLabels(AnalysisClosingLabelsParams params) {}