Skip to content

Commit

Permalink
chore: add reference
Browse files Browse the repository at this point in the history
  • Loading branch information
haythemsellami committed Jun 11, 2024
1 parent 3b0fa7f commit 3bab3fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/HooksLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pragma solidity ^0.8.0;
/// @custom:security-contact [email protected]
/// @author Euler Labs (https://www.eulerlabs.com/)
/// @notice Library for `Hooks` custom type
/// @dev This is copied from https://github.com/euler-xyz/euler-vault-kit/blob/30b0b9e36b0a912fe430c7482e9b3bb12d180a4e/src/EVault/shared/types/Flags.sol
library HooksLib {
/// @dev Are *all* of the Hooks in bitMask set?
function isSet(HooksType self, uint32 bitMask) internal pure returns (bool) {
Expand Down

0 comments on commit 3bab3fa

Please sign in to comment.