Function: amoMint(address _to, uint256 _amount)
This function allows the caller with access to mint new oTokens as part of its automated market operations.
Inputs
_toConstraints:
account != address(0).Impact: Receiver of new tokens.
_amountConstraints: No constraints.
Impact: The number of tokens that will be minted.
Branches and code coverage
Intended branches
amoMintedwas increased by_amount.
Negative behavior
Non-whitelisted caller
_tois zero address.