MCPcopy Create free account
hub / github.com/covscript/covscript / wide2local

Method wide2local

sources/compiler/lexer.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 std::string utf8::wide2local(const std::u32string &ustr)
82 {
83 return ::utf8::utf32to8(ustr);
84 }
85
86 bool utf8::is_identifier(char32_t ch)
87 {

Callers 1

process_char_buffMethod · 0.45

Calls 1

moveFunction · 0.50

Tested by

no test coverage detected