MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / DNodeTest

Class DNodeTest

tests/node_test.cpp:706–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704// specific test for DNode
705template <typename T>
706class DNodeTest : public NodeTest<T> {};
707
708using DNodeTypes = testing::Types<DNodeMempoolNode, DNodeSimpleNode>;
709TYPED_TEST_SUITE(DNodeTest, DNodeTypes);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected