MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / IsStopChar

Method IsStopChar

scintilla/src/AutoComplete.cxx:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78bool AutoComplete::IsStopChar(char ch) {
79 return ch && strchr(stopChars, ch);
80}
81
82void AutoComplete::SetFillUpChars(const char *fillUpChars_) {
83 strncpy(fillUpChars, fillUpChars_, sizeof(fillUpChars));

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected