Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected