Skip to content

Commit

Permalink
Fix deserializer
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Sep 30, 2024
1 parent 2db5396 commit 3bfb369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/core/src/clp/ffi/ir_stream/Deserializer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ class Deserializer {
* - std::errc::protocol_error if the IR stream is corrupted.
* - std::errc::protocol_not_supported if the IR stream contains an unsupported metadata format
* or uses an unsupported version.
* - Same as `KeyValuePairLogEvent::create` if the intermediate deserialized result cannot
* construct a valid key-value pair log event.
* - Forwards `KeyValuePairLogEvent::create`'s return values if the intermediate deserialized
* result cannot construct a valid key-value pair log event.
*/
[[nodiscard]] auto deserialize_to_next_log_event(ReaderInterface& reader
) -> OUTCOME_V2_NAMESPACE::std_result<KeyValuePairLogEvent>;
Expand Down

0 comments on commit 3bfb369

Please sign in to comment.