shivendra-dev54 commented on code in PR #3455:
URL: https://github.com/apache/fory/pull/3455#discussion_r2895114055
##########
cpp/fory/serialization/context.h:
##########
@@ -361,6 +361,9 @@ class WriteContext {
/// reset context for reuse.
void reset();
+ /// get associated configuration.
+ inline const Config &config() const { return *config_; }
Review Comment:
If it do not have any use then I think dropping it is a better idea
--
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]