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

Function getDataFilePath

bolt/dwio/common/tests/utils/DataFiles.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace bytedance::bolt::test {
35
36std::string getDataFilePath(const std::string& filePath) {
37 std::string current_path = fs::current_path().c_str();
38 return getDataFilePath(fs::current_path().c_str(), filePath);
39}
40
41std::string getDataFilePath(
42 const std::string& baseDir,

Callers 12

getExampleFilePathFunction · 0.50
getExampleFilePathMethod · 0.50
getExampleFilePathMethod · 0.50
getExamplesFilePathFunction · 0.50
getExampleFilePathMethod · 0.50
getExampleFilePathMethod · 0.50
TEST_FFunction · 0.50
getExampleFilePathFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected