MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / is_valid

Function is_valid

external/utf8/cpp20.h:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 inline bool is_valid(const std::u8string& s)
98 {
99 return is_valid(s.begin(), s.end());
100 }
101
102 inline std::u8string replace_invalid(const std::u8string& s, char32_t replacement)
103 {

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected