| 68 | } |
| 69 | |
| 70 | bool AFCTable::IsPublic() const |
| 71 | { |
| 72 | ARK_ASSERT_RET_VAL(table_meta_ != nullptr, false); |
| 73 | |
| 74 | return table_meta_->IsPublic(); |
| 75 | } |
| 76 | |
| 77 | bool AFCTable::IsPrivate() const |
| 78 | { |
nothing calls this directly
no outgoing calls
no test coverage detected