Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Predelnik/DSpellCheck
/ is_lower
Function
is_lower
src/common/string_utils.cpp:103–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
bool is_lower(wchar_t c) {
104
return IsCharLower(c);
105
}
Callers
3
get_all_tokens
Method · 0.85
prev_token_begin
Method · 0.85
next_token_end
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected