Now initializes a path in memory

This commit is contained in:
Alexandre Paillier
2022-05-02 15:30:26 +02:00
parent 7e35b96ec0
commit 0e386a4204
6 changed files with 51 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ const uint8_t *field_hash(const void *const structs_array,
(void)structs_array;
(void)data;
(void)data_length;
// get field by path
encode_integer(data, data_length);
// path += 1
return NULL;
}