AI review feedback: mark header function as inline

This commit is contained in:
Ed Hennis
2026-04-17 16:45:56 -04:00
parent cef6a8d484
commit 8d79488844

View File

@@ -23,7 +23,7 @@ isFeatureEnabled(uint256 const& feature, bool resultIfNoRules);
* Returns false if no global Rules object is available. i.e. Outside of
* a Transactor context
*/
bool
inline bool
isFeatureEnabled(uint256 const& feature)
{
return isFeatureEnabled(feature, false);