DiamondUtils
Diamond standard internal library to access storage
_getSlot
function _getSlot() internal pure returns (uint256)
Returns storage slot for diamond data (facets, selectors, etc.)
_getStorage
function _getStorage() internal pure returns (struct IDiamondStorage.DiamondStorage s)
Returns storage pointer for storage struct in diamond contract, at defined slot
Was this helpful?