Function: deposit(uint256 assets, address receiver)
This function wraps the deposit function to allow the caller to deposit assets without specifying a controller.
Inputs
assetsControl: Fully controlled by the caller.
Constraints: None at this level.
Impact: The amount of assets to be claimed.
receiverControl: Fully controlled by the caller.
Constraints: None at this level.
Impact: The address to receive the shares.
Branches and code coverage
Intended branches
Call
depositwithassets,receiver, andmsg.senderas arguments.