Xuanwo commented on code in PR #6796:
URL: https://github.com/apache/opendal/pull/6796#discussion_r2573002125


##########
core/src/types/context/write.rs:
##########
@@ -72,7 +72,7 @@ impl WriteContext {
     /// Calculate the chunk size for this write process.
     ///
     /// Returns the chunk size and if the chunk size is exact.
-    fn calculate_chunk_size(&self) -> (Option<usize>, bool) {
+    pub(crate) fn calculate_chunk_size(&self) -> (Option<usize>, bool) {

Review Comment:
   ```suggestion
       fn calculate_chunk_size(&self) -> (Option<usize>, bool) {
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to