Skip to content

Commit

Permalink
Improve type safety and refactor dict entry handling
Browse files Browse the repository at this point in the history
- Replace `struct dictEntry` with `typedef _dictEntryNormal`
- Rename `embeddedDictEntry` to `_dictEntryEmbedded`
- Rename `dictEntryNoValue` to `_dictEntryNoValue`
- Introduce macros for setting and getting values in dict entries
- Update functions to utilize new typedef structures and macros
- Refactor code for improved readability and maintainability

Signed-off-by: Ping Xie <[email protected]>
  • Loading branch information
PingXie committed Jul 5, 2024
1 parent f2bbd1f commit 0d610b3
Showing 1 changed file with 125 additions and 97 deletions.
Loading

0 comments on commit 0d610b3

Please sign in to comment.