chaokunyang commented on code in PR #3421:
URL: https://github.com/apache/fory/pull/3421#discussion_r2867256766


##########
rust/fory-core/src/resolver/context.rs:
##########
@@ -472,6 +476,28 @@ impl<'a> ReadContext<'a> {
         self.meta_string_resolver.read_meta_string(&mut self.reader)
     }
 
+    #[inline(always)]
+    pub fn check_binary_size(&self, byte_len: usize) -> Result<(), Error> {

Review Comment:
   I don't think we need such methods? ANd it's even not used? why you add an 
unused method?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to