| 194 | void SetTTL(const ::fedb::storage::UpdateTTLMeta& ttl_meta); |
| 195 | |
| 196 | inline void SetMakeSnapshotTime(int64_t time) { |
| 197 | last_make_snapshot_time_ = time; |
| 198 | } |
| 199 | |
| 200 | inline int64_t GetMakeSnapshotTime() { return last_make_snapshot_time_; } |
| 201 |
no outgoing calls
no test coverage detected