ccusage / debug / printMismatchReport
Function: printMismatchReport()
ts
function printMismatchReport(stats, sampleCount): void;
Prints a detailed report of pricing mismatches to the console
Parameters
Parameter | Type | Default value | Description |
---|---|---|---|
stats | MismatchStats | undefined | Mismatch statistics to report |
sampleCount | number | 5 | Number of sample discrepancies to show (default: 5) |
Returns
void