Experimental parser optimizations

This commit is contained in:
Alex Hultman
2022-10-03 01:16:40 +02:00
parent 09a7b2f093
commit 3a53ada17d
4 changed files with 58 additions and 44 deletions
+2 -2
View File
@@ -141,8 +141,8 @@ void test() {
});
/* Trigger some context functions */
app.addServerName("", {});
app.removeServerName("");
app.addServerName("servername", {});
app.removeServerName("servername");
app.missingServerName(nullptr);
app.getNativeHandle();