Partially implement addMutations

This commit is contained in:
2024-05-07 11:28:12 -07:00
parent 744c3b91ea
commit 2c6ec61f82
2 changed files with 170 additions and 65 deletions

View File

@@ -61,8 +61,8 @@ struct VersionedMap {
struct Mutation {
const uint8_t *param1;
const uint8_t *param2;
int param1Length;
int param2Length;
int param1Len;
int param2Len;
MutationType type;
};