| 153 | std::string StacReader::getName() const { return stacinfo.name; } |
| 154 | |
| 155 | StacReader::StacReader(): |
| 156 | m_p(new StacReader::Private) |
| 157 | {}; |
| 158 | |
| 159 | StacReader::~StacReader(){}; |
| 160 |
nothing calls this directly
no outgoing calls
no test coverage detected