Function: previewRedeemBridge(uint256 shares)
This function exposes the same preview logic used by redeem, so bridge integrations can quote redemption outcomes.
Inputs
sharesControl: N/A.
Constraints: Must be nonzero.
Impact: Returns the expected USDT output if the redemption were executed now.
Branches and code coverage
Intended branches
Return the expected USDT output if the redemption were executed now.
Function call analysis
None.