MCPcopy 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
141namespace detail {
142inline bool is_space_helper(wchar_t c) { return iswspace(c); }
143
144inline bool is_space_helper(char c) { return isspace(c); }
145} // namespace detail

Callers 1

trimFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected