I have a function like this:
function withdraw() public { User storage user = users[msg.sender]; uint256 userPercentRate = getUserPerc(msg.sender);