opendal
opendal copied to clipboard
feat(core/types): add new buffer util fns
Close https://github.com/apache/opendal/issues/4593
@Xuanwo
I have implemented the split fn now. I would like to ask, how can I test if my code is okay? Are there any areas that need to be supplemented with unit tests?
Thank you for taking the time to assist me with this task.
I have implemented the split fn now. I would like to ask, how can I test if my code is okay?
We can add test cases in the tests mod directly.