Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ is_valid
Function
is_valid
external/utf8/cpp17.h:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
inline bool is_valid(std::string_view s)
70
{
71
return is_valid(s.begin(), s.end());
72
}
73
74
inline std::string replace_invalid(std::string_view s, char32_t replacement)
75
{
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected