Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BYVoid/OpenCC
/ IsJiebaConfig
Function
IsJiebaConfig
src/benchmark/Performance.cpp:455–457 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
453
454
#ifdef OPENCC_BENCHMARK_JIEBA_CONFIG_DIR
455
bool IsJiebaConfig(const BenchmarkConfig& config) {
456
return config.name.find(
"s2twp_jieba/"
) == 0;
457
}
458
#endif
459
460
std::string OpenccBinaryPath() {
Callers
1
RunCommandLineConversion
Function · 0.85
Calls
1
find
Method · 0.80
Tested by
no test coverage detected