onAnalysisAnalyzedFiles method

void onAnalysisAnalyzedFiles(
  1. AnalysisAnalyzedFilesParams params
)

Reports the paths of the files that are being analyzed.

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

Implementation

void onAnalysisAnalyzedFiles(AnalysisAnalyzedFilesParams params) {}