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

Method Convert

src/SimpleConverter.cpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127SimpleConverter::~SimpleConverter() { delete (InternalData*)internalData; }
128
129std::string SimpleConverter::Convert(const std::string& input) const {
130 return Convert(std::string_view(input));
131}
132
133std::string SimpleConverter::Convert(std::string_view input) const {
134 try {

Callers 2

opencc_convert_utf8Function · 0.45

Calls 4

ConvertFunction · 0.85
FromSubstrFunction · 0.85
whatMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected