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

Method Size

src/tabletnode/tablet_manager.cc:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160uint32_t TabletManager::Size() {
161 MutexLock lock(&mutex_);
162 return tablet_list_.size();
163}
164
165} // namespace tabletnode
166} // namespace tera

Callers 1

TEST_FFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

TEST_FFunction · 0.36