| 82 | } |
| 83 | |
| 84 | bool AFCTable::IsRealTime() const |
| 85 | { |
| 86 | ARK_ASSERT_RET_VAL(table_meta_ != nullptr, false); |
| 87 | |
| 88 | return table_meta_->IsRealTime(); |
| 89 | } |
| 90 | |
| 91 | bool AFCTable::IsSave() const |
| 92 | { |
nothing calls this directly
no outgoing calls
no test coverage detected