MCPcopy 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

ExecuteMethod · 0.45

Calls 4

NewFunction · 0.85
ToUtf8StringFunction · 0.85
QueueMethod · 0.80
LengthMethod · 0.45

Tested by

no test coverage detected