Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BYVoid/OpenCC
/ Convert
Method
Convert
node/opencc.cc:114–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
~OpenccBinding() override {}
113
114
std::string Convert(std::string_view input) {
115
return converter_->Convert(input);
116
}
117
118
ConverterPtr GetConverter() const { return converter_; }
119
Callers
1
Execute
Method · 0.45
Calls
4
New
Function · 0.85
ToUtf8String
Function · 0.85
Queue
Method · 0.80
Length
Method · 0.45
Tested by
no test coverage detected