| 54 | } |
| 55 | |
| 56 | const ArkMaskType AFCTable::GetMask() const |
| 57 | { |
| 58 | ARK_ASSERT_RET_VAL(table_meta_ != nullptr, NULL_INT); |
| 59 | |
| 60 | return table_meta_->GetMask(); |
| 61 | } |
| 62 | |
| 63 | bool AFCTable::HaveMask(const ArkDataMask mask) const |
| 64 | { |
no outgoing calls
no test coverage detected