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

Method SetUp

tests/cpp/surface/yoga_node_extended_test.cpp:372–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370class YogaLayoutEngineTest : public ::testing::Test {
371protected:
372 void SetUp() override {
373 engine = std::make_unique<YogaLayoutEngine>();
374 }
375
376 std::unique_ptr<YogaLayoutEngine> engine;
377};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected