Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
Path resolveTestPath(const std::string& path) {
40
auto testPath = resolveRunfilesTestPath({
"."
,
"../+local_repos+valdi"
});
41
testPath.append(path);
42
return testPath;
43
}
44
Callers
1
getTestData
Function · 0.70
Calls
2
resolveRunfilesTestPath
Function · 0.85
append
Method · 0.65
Tested by
no test coverage detected