opendal icon indicating copy to clipboard operation
opendal copied to clipboard

feat(core/types): add new buffer util fns

Open hanxuanliang opened this issue 1 year ago • 2 comments

Close https://github.com/apache/opendal/issues/4593

hanxuanliang avatar May 11 '24 05:05 hanxuanliang

@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.

hanxuanliang avatar May 11 '24 05:05 hanxuanliang

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.

Xuanwo avatar May 11 '24 06:05 Xuanwo