Rößner-Network-Solutions

Skip to content

Implement Lua action checks for early exit

Christian Rößner requested to merge features into main

Implemented checks for the presence of Lua actions, filters or features in various parts of the application to enable early exit when there are none available. This introduces a consistent and efficient way to check whether any Lua related functionalities are available before attempting to process them. This change not only enhances the code readability but also improves the application performance by avoiding unnecessary computations when there are no Lua actions, filters or features.

Merge request reports