Skip to content

ccusage / debug / printMismatchReport

Function: printMismatchReport()

ts
function printMismatchReport(stats, sampleCount): void;

Prints a detailed report of pricing mismatches to the console

Parameters

ParameterTypeDefault valueDescription
statsMismatchStatsundefinedMismatch statistics to report
sampleCountnumber5Number of sample discrepancies to show (default: 5)

Returns

void

Released under the MIT License.