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

Method SetUp

tests/cpp/concurrency/queue_pressure_test.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30protected:
31 ::agenui::IAGenUIEngine* engine_ = nullptr;
32 void SetUp() override {
33 engine_ = ::agenui::testing::GetEngine();
34 ASSERT_NE(engine_, nullptr);
35 }
36};
37
38// QP001: Burst 10K small tasks via receiveTextChunk, then drain. Memory

Callers

nothing calls this directly

Calls 1

GetEngineFunction · 0.85

Tested by

no test coverage detected