Function: setBitFlag(uint256 bitFlag_)
This function allows the basket manager to set a new bit flag for this basket.
Inputs
bitFlag_
Control: Fully controlled by the basket manager.
Constraints: None at this level.
Impact: The new bit flag for this basket.
Branches and code coverage
Intended branches
Update
bitFlag
to a new value.
Negative behavior
Revert if the caller is not the basket manager.