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

Method RemoveTablet

src/tabletnode/test/tabletnode_impl_test.cc:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 return m_ret_tm_add;
76 }
77 bool RemoveTablet(const std::string& table_name, const std::string& key_start,
78 const std::string& key_end, StatusCode* status) {
79 return m_ret_tm_remove;
80 }
81 io::TabletIO* GetTablet(const std::string& table_name, const std::string& key_start,
82 const std::string& key_end, StatusCode* status) {
83 m_tablet_io.AddRef();

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected