| 61 | } |
| 62 | |
| 63 | bool AFCTable::HaveMask(const ArkDataMask mask) const |
| 64 | { |
| 65 | ARK_ASSERT_RET_VAL(table_meta_ != nullptr, false); |
| 66 | |
| 67 | return table_meta_->HaveMask(mask); |
| 68 | } |
| 69 | |
| 70 | bool AFCTable::IsPublic() const |
| 71 | { |
no outgoing calls
no test coverage detected