Skip to content

Commit

Permalink
Add a comment section for methods in StreamReader.hpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Oct 15, 2024
1 parent 3dae806 commit ab32045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clp_ffi_js/ir/StreamReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class StreamReader {
// Delete move assignment operator since it's also disabled in `clp::ir::LogEventDeserializer`.
auto operator=(StreamReader&&) -> StreamReader& = delete;

// Methods
/**
* @return The number of events buffered.
*/
Expand Down

0 comments on commit ab32045

Please sign in to comment.