Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ IsASpaceCharacter
Function
IsASpaceCharacter
scintilla/lexlib/PropSetSimple.cxx:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
static bool IsASpaceCharacter(unsigned int ch) {
53
return (ch ==
' '
) || ((ch >= 0x09) && (ch <= 0x0d));
54
}
55
56
void PropSetSimple::Set(const char *keyVal) {
57
while (IsASpaceCharacter(*keyVal))
Callers
1
Set
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected