leaf-soba
leaf-soba
## Summary - Resolves issue #6690 ## Test Plan ``` $ cargo run python list ```
- Closes:#11999 - As the issue said I should "traditional" (non-AI) code, so I write a AI-liked code in a simple traditional way. Since I don't have enough data, so...
1. use mocked `InMemoryKeyValueStore` to streamlined the unit test 2. minor refactor including remove unnecessary `public` and rename the variable inside the method with a different name with outside of...