Update stream utilities and fix peek logic
Release / release (push) Successful in 4s

This commit is contained in:
2026-08-30 17:13:32 +01:00
parent b3830683f6
commit d5578f009a
10 changed files with 122 additions and 26 deletions
+2
View File
@@ -7,6 +7,8 @@
WpTestFuncResult test_stream_at_end(void);
WpTestFuncResult test_stream_peek(void);
WpTestFuncResult test_stream_peek_with_offset(void);
WpTestFuncResult test_stream_consume(void);
WpTestFuncResult test_stream_consume_count(void);
#endif // !TEST_STREAM_H