Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AGenUI/AGenUI
/ SetUp
Method
SetUp
tests/cpp/integration/surface_manager_test.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
protected:
18
::agenui::IAGenUIEngine* engine_ = nullptr;
19
void SetUp() override {
20
engine_ = ::agenui::testing::GetEngine();
21
ASSERT_NE(engine_, nullptr);
22
}
23
};
24
25
// SM001
Callers
nothing calls this directly
Calls
1
GetEngine
Function · 0.85
Tested by
no test coverage detected