| 75 | } |
| 76 | |
| 77 | bool AFCTable::IsPrivate() const |
| 78 | { |
| 79 | ARK_ASSERT_RET_VAL(table_meta_ != nullptr, false); |
| 80 | |
| 81 | return table_meta_->IsPrivate(); |
| 82 | } |
| 83 | |
| 84 | bool AFCTable::IsRealTime() const |
| 85 | { |
nothing calls this directly
no outgoing calls
no test coverage detected