| 74 | } |
| 75 | |
| 76 | bool AFTableMeta::HaveMask(const ArkDataMask mask) const |
| 77 | { |
| 78 | return mask_.test((size_t)mask); |
| 79 | } |
| 80 | |
| 81 | void AFTableMeta::SetMask(const ArkMaskType& feature) |
| 82 | { |
nothing calls this directly
no outgoing calls
no test coverage detected