Model
RowBaseCalculator
Magento\Tax\Model\Calculation\RowBaseCalculator
What it does
This class calculates tax amounts using row-based calculation method, where tax is calculated on the entire row total rather than unit price.
Developers use this when the store's tax configuration is set to calculate tax per row, which helps maintain accuracy when dealing with item quantities and prevents rounding discrepancies across multiple items.