Skip to content

Commit

Permalink
use see
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Nov 7, 2024
1 parent 72bdf6e commit 119de6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/clp_ffi_js/ir/UnstructuredIrStreamReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ class UnstructuredIrStreamReader : public StreamReader {

void filter_log_events(LogLevelFilterTsType const& log_level_filter) override;

/**
* @see StreamReader::deserialize_stream
*
* After the stream has been exhausted, it will be deallocated.
*
* @return @see StreamReader::deserialize_stream
*/
[[nodiscard]] auto deserialize_stream() -> size_t override;

[[nodiscard]] auto decode_range(size_t begin_idx, size_t end_idx, bool use_filter) const
Expand Down

0 comments on commit 119de6c

Please sign in to comment.