Move some of the difference-transmission unit tests from lua to C++

This commit is contained in:
2026-02-25 01:48:23 -05:00
parent 829537a8d6
commit adead5149e
7 changed files with 311 additions and 310 deletions

View File

@@ -262,6 +262,8 @@ public:
class StreamBuffer : public eng::nevernew, public BaseBuffer<StreamBufferConfig> {
public:
using BaseBuffer::BaseBuffer;
StreamBuffer(const StreamBuffer &) = delete;
StreamBuffer &operator=(const StreamBuffer &) = delete;
void write_hashvalue(const util::HashValue &h) {
write_uint64(h.first);