MCPcopy Create free account
hub / github.com/bytedance/bolt / getExampleFilePath

Method getExampleFilePath

bolt/dwio/txt/tests/TxtTestBase.h:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_;

Callers

nothing calls this directly

Calls 1

getDataFilePathFunction · 0.50

Tested by

no test coverage detected