MCPcopy Create free account
hub / github.com/AGenUI/AGenUI / BatchGuardTest

Class BatchGuardTest

tests/cpp/core/batch_guard_test.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8// =============================================================================
9
10class BatchGuardTest : public ::testing::Test {
11protected:
12 int flushCount = 0;
13 BatchGuard guard{[this]() { ++flushCount; }};
14};
15
16// --- requestFlush without batch window ---
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected