You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Added ExecFilterJunkFunc function pointer to JunkFilter struct;
2. Replaced ExecFilterJunk() with function pointer calls;
3. Initialized function pointer in ExecInitJunkFilter() and
ExecInitJunkFilterConversion();
4. Updated all ExecFilterJunk() calls to use the function pointer;
This change makes JunkFilter's filtering behavior more extensible
and customizable while maintaining existing functionality.
0 commit comments