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

Method LastMoveTime

src/master/tablet_manager.cc:462–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462int64_t Tablet::LastMoveTime() const {
463 MutexLock lock(&mutex_);
464 return last_move_time_us_;
465}
466
467void Tablet::SetLastMoveTime(int64_t time) {
468 MutexLock lock(&mutex_);

Callers 3

DebugCollectMethod · 0.80
ShowTablesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected