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

Method SetUp

tests/cpp/core/batch_guard_test.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 BatchGuard outer{[this]() { ++outerFlushCount; }};
95
96 void SetUp() override {
97 outer.setInnerGuards({&inner});
98 }
99};
100
101TEST_F(BatchGuardInnerTest, OuterBeginEnd_CascadesBeginEndToInner) {

Callers

nothing calls this directly

Calls 1

setInnerGuardsMethod · 0.80

Tested by

no test coverage detected