MCPcopy Create free account
hub / github.com/baidu/tera / GetAllTabletMeta

Method GetAllTabletMeta

src/tabletnode/test/tabletnode_impl_test.cc:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 return &m_tablet_io;
90 }
91 void GetAllTabletMeta(std::vector<TabletMeta*>* tablet_meta_list) {
92 TabletMeta* meta = new TabletMeta(m_tablet_meta);
93 tablet_meta_list->push_back(meta);
94 }
95
96 // mock tablet io
97

Callers 1

TEST_FFunction · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected