MCPcopy 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
109std::string BenchmarkTempDirectory() {
110 return std::string(PROJECT_BINARY_DIR) + "/src/benchmark/";
111}
112
113bool IsAbsolutePath(const std::string& path) {
114 if (path.empty()) {

Callers 2

BuildTempPathMethod · 0.85
CreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected