| 34 | namespace bytedance::bolt::test { |
| 35 | |
| 36 | std::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 | |
| 41 | std::string getDataFilePath( |
| 42 | const std::string& baseDir, |
no outgoing calls
no test coverage detected