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

Method SetUp

tests/cpp/surface/yoga_node_extended_test.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16class CSSStyleConverterTest : public ::testing::Test {
17protected:
18 void SetUp() override {
19 node = YGNodeNew();
20 }
21 void TearDown() override {
22 YGNodeFree(node);
23 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected