| 47 | } |
| 48 | |
| 49 | ArkDataType AFCTable::GetColType(const uint32_t index) const |
| 50 | { |
| 51 | ARK_ASSERT_RET_VAL(table_meta_ != nullptr, ArkDataType::DT_EMPTY); |
| 52 | |
| 53 | return table_meta_->GetColType(index); |
| 54 | } |
| 55 | |
| 56 | const ArkMaskType AFCTable::GetMask() const |
| 57 | { |
nothing calls this directly
no outgoing calls
no test coverage detected