analyze method

void analyze(
  1. dynamic files, {
  2. bool htmlReport = false,
})

Analyze the given file or files with DDC.

Implementation

void analyze(dynamic files, {bool htmlReport = false}) {
  _ddc.run(_args(files, htmlReport: htmlReport));
}