MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / WrapSystemCommand

Function WrapSystemCommand

src/benchmark/Performance.cpp:446–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446std::string WrapSystemCommand(const std::string& command) {
447#ifdef _WIN32
448 return "\"" + command + "\"";
449#else
450 return command;
451#endif
452}
453
454#ifdef OPENCC_BENCHMARK_JIEBA_CONFIG_DIR
455bool IsJiebaConfig(const BenchmarkConfig& config) {

Callers 1

RunCommandLineConversionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected