| 99 | } |
| 100 | |
| 101 | bool AFTableMeta::IsSave() const |
| 102 | { |
| 103 | return mask_.test((size_t)ArkDataMask::PF_SAVE); |
| 104 | } |
| 105 | |
| 106 | void AFTableMeta::SetTypeName(const std::string& value) |
| 107 | { |
nothing calls this directly
no outgoing calls
no test coverage detected