Skip to content

Commit 425ac40

Browse files
authored
fix: added built-in functions to FunctionMap (#124)
Signed-off-by: Rushikesh Tote <rushi.tote@gmail.com>
1 parent a2a9331 commit 425ac40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/model/FunctionMap.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ local FunctionMap = {
1818
["keyMatch"] = BuiltInFunctions.keyMatchFunc,
1919
["keyGet"] = BuiltInFunctions.keyGetFunc,
2020
["keyMatch2"] = BuiltInFunctions.keyMatch2Func,
21+
["keyGet2"] = BuiltInFunctions.keyGet2Func,
2122
["keyMatch3"] = BuiltInFunctions.keyMatch3Func,
23+
["keyMatch4"] = BuiltInFunctions.keyMatch4Func,
2224
["regexMatch"] = BuiltInFunctions.regexMatchFunc,
25+
["IPMatch"] = BuiltInFunctions.IPMatchFunc,
2326
["globMatch"] = BuiltInFunctions.globMatch
2427
}
2528

0 commit comments

Comments
 (0)