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

Method IncludesStyle

scintilla/lexlib/SubStyles.h:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 bool IncludesStyle(int style) const {
54 return (style >= firstStyle) && (style < (firstStyle + lenStyles));
55 }
56
57 void SetIdentifiers(int style, const char *identifiers) {
58 while (*identifiers) {

Callers 1

BlockFromStyleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected