Zend certified PHP/Magento developer

getCartQty code location

in magento in MagentoQuoteModelQuoteItemProcessor.php

$candidate->getCartQty() is fetching wrong quantity for some products

I searched the whole codebase for “getCartQty()” and I couldn’t find it ! it is supposed to be coming from “MagentoCatalogModel Product::getCartQty” but it is not there!

Where is it?