| 54 | } |
| 55 | |
| 56 | std::shared_ptr<AFClassMeta> AFTableMeta::GetClassMeta() const |
| 57 | { |
| 58 | return class_meta_; |
| 59 | } |
| 60 | |
| 61 | ArkDataType AFTableMeta::GetColType(const uint32_t index) const |
| 62 | { |
nothing calls this directly
no outgoing calls
no test coverage detected