Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chipsalliance/Surelog
/ toPlatformAbsPath
Method
toPlatformAbsPath
src/Common/PlatformFileSystem.cpp:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
std::filesystem::path PlatformFileSystem::toPlatformAbsPath(PathId id) {
94
return toPath(id);
95
}
96
97
std::pair<std::filesystem::path, std::filesystem::path>
98
PlatformFileSystem::toSplitPlatformPath(PathId id) {
Callers
15
checkCacheIsValid
Method · 0.80
restore
Method · 0.80
save
Method · 0.80
checkCacheIsValid
Method · 0.80
restore
Method · 0.80
save
Method · 0.80
checkCacheIsValid
Method · 0.80
restore
Method · 0.80
save
Method · 0.80
TEST
Function · 0.80
write
Method · 0.80
makeDiffCompUnitReport
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64