Zend certified PHP/Magento developer

Tax amount calculation function

Where can i find tax amount calculation function?
I find this

 <td class="admin__total-amount">
   <?= /* @noEscape */ $block->formatPrice($block->getTotal()->getValue()) ?>
 </td>

I searched for getTotal function, but i didn’t find it in the block class
Tax amount function