| 24 | namespace ark { |
| 25 | |
| 26 | AFTableMeta::AFTableMeta(const std::string& name, const uint32_t index) |
| 27 | : name_(name) |
| 28 | , index_(index) |
| 29 | { |
| 30 | } |
| 31 | |
| 32 | const std::string& AFTableMeta::GetName() const |
| 33 | { |
nothing calls this directly
no outgoing calls
no test coverage detected