Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetFileName
Function
GetFileName
generator/generator_tests/common.cpp:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
std::string GetFileName(std::string const & filename)
20
{
21
auto & platform = GetPlatform();
22
return filename.empty() ? platform.TmpPathForFile() : platform.TmpPathForFile(filename);
23
}
24
25
} // namespace generator_tests
Callers
5
UNIT_TEST
Function · 0.70
UNIT_TEST
Function · 0.70
UNIT_TEST
Function · 0.70
TestAccessFixture
Method · 0.70
UNIT_TEST
Function · 0.70
Calls
2
empty
Method · 0.45
TmpPathForFile
Method · 0.45
Tested by
5
UNIT_TEST
Function · 0.56
UNIT_TEST
Function · 0.56
UNIT_TEST
Function · 0.56
TestAccessFixture
Method · 0.56
UNIT_TEST
Function · 0.56