MCPcopy Create free account
hub / github.com/Snapchat/Valdi / resolveTestPath

Function resolveTestPath

snap_drawing/test/utils/TestDataUtils.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37} // namespace
38
39Path resolveTestPath(const std::string& path) {
40 auto testPath = resolveRunfilesTestPath({".", "../+local_repos+valdi"});
41 testPath.append(path);
42 return testPath;
43}
44

Callers 1

getTestDataFunction · 0.70

Calls 2

resolveRunfilesTestPathFunction · 0.85
appendMethod · 0.65

Tested by

no test coverage detected