MCPcopy Create free account
hub / github.com/Tencent/embedx / SetUp

Method SetUp

src/graph/cache/cache_node_builder_test.cc:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32 protected:
33 void SetUp() override {
34 config_.set_node_graph(CONTEXT);
35 graph_ = InMemoryGraph::Create(config_);
36 DXCHECK(graph_ != nullptr);
37 }
38};
39
40TEST_F(CacheNodeBuilderTest, Build) {

Callers

nothing calls this directly

Calls 1

set_node_graphMethod · 0.80

Tested by

no test coverage detected