| 173 | } |
| 174 | |
| 175 | std::string getExampleFilePath(const std::string& fileName) { |
| 176 | return test::getDataFilePath("", "../examples/" + fileName); |
| 177 | } |
| 178 | |
| 179 | std::shared_ptr<memory::MemoryPool> rootPool_; |
| 180 | std::shared_ptr<memory::MemoryPool> leafPool_; |
nothing calls this directly
no test coverage detected