We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b94243 commit addea42Copy full SHA for addea42
test/helpers/HelperContract.sol
@@ -11,7 +11,6 @@ import {Facet} from "@diamond/libraries/constants/Types.sol";
11
///
12
/// @dev Includes support for generating selectors using Foundry FFI, array manipulation, and facet inspection.
13
abstract contract HelperContract is Test {
14
-
15
/// @notice Generates function selectors for a given facet using Foundry's `forge inspect`.
16
/// @dev Uses `vm.ffi` to execute a shell command that retrieves method identifiers.
17
/// @param _facet The name of the facet contract to inspect.
0 commit comments