| 40 | } |
| 41 | |
| 42 | uint32_t AFCTable::GetColCount() const |
| 43 | { |
| 44 | ARK_ASSERT_RET_VAL(table_meta_ != nullptr, (uint32_t)NULL_INT); |
| 45 | |
| 46 | return table_meta_->GetColCount(); |
| 47 | } |
| 48 | |
| 49 | ArkDataType AFCTable::GetColType(const uint32_t index) const |
| 50 | { |
nothing calls this directly
no outgoing calls
no test coverage detected