Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BYVoid/OpenCC
/ BenchmarkTempDirectory
Function
BenchmarkTempDirectory
src/benchmark/Performance.cpp:109–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
std::string BenchmarkTempDirectory() {
110
return std::string(PROJECT_BINARY_DIR) +
"/src/benchmark/"
;
111
}
112
113
bool IsAbsolutePath(const std::string& path) {
114
if (path.empty()) {
Callers
2
BuildTempPath
Method · 0.85
Create
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected