You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[feature][QuoteBuffer]: Remove redundant buffer initialization and implement empty/clear methods
Removed unnecessary m_buffer.clear() from QuoteBuffer constructor, as std::string is default-initialized to empty.
Added thread-safe empty() and clear() methods to QuoteBuffer for checking and resetting buffer content.
Updated documentation for new methods
Signed-off-by: Goran Mišković <[email protected]>
0 commit comments