-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add map merging and comparison functions to filter.go
Two new functions have been added to filter.go in the lualib directory. The first function, mergeMaps, merges two maps into one, prioritizing values from the second map in case of duplicate keys. The second function, mapsEqual, compares two maps for equality, returning a boolean result. These functions have been integrated into the filter handling logic. Signed-off-by: Christian Roessner <c@roessner.co>
- Loading branch information
Christian Roessner
committed
Jul 12, 2024
1 parent
698feeb
commit 1bbf95e
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters