Helpful?
NoDelegateCallTest
Git Source | Generated with forge doc
Inherits: NoDelegateCall
Functions
canBeDelegateCalled
function canBeDelegateCalled() public view returns (uint256);
cannotBeDelegateCalled
function cannotBeDelegateCalled() public view noDelegateCall returns (uint256);
getGasCostOfCanBeDelegateCalled
function getGasCostOfCanBeDelegateCalled() external view returns (uint256);
getGasCostOfCannotBeDelegateCalled
function getGasCostOfCannotBeDelegateCalled() external view returns (uint256);
callsIntoNoDelegateCallFunction
function callsIntoNoDelegateCallFunction() external view;
noDelegateCallPrivate
function noDelegateCallPrivate() private view noDelegateCall;