| 629 | } |
| 630 | |
| 631 | int redisDbPersistentDataSnapshot::snapshot_depth() const |
| 632 | { |
| 633 | if (m_pdbSnapshot) |
| 634 | return m_pdbSnapshot->snapshot_depth() + 1; |
| 635 | return 0; |
| 636 | } |
| 637 | |
| 638 | bool redisDbPersistentDataSnapshot::FStale() const |
| 639 | { |
no outgoing calls
no test coverage detected