Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Predelnik/DSpellCheck
/ is_space_helper
Function
is_space_helper
src/common/string_utils.h:142–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
141
namespace detail {
142
inline bool is_space_helper(wchar_t c) { return iswspace(c); }
143
144
inline bool is_space_helper(char c) { return isspace(c); }
145
} // namespace detail
Callers
1
trim
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected