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

Method ValidStyle

scintilla/src/ViewStyle.cxx:389–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389bool ViewStyle::ValidStyle(size_t styleIndex) const {
390 return styleIndex < styles.size();
391}
392
393void ViewStyle::CalcLargestMarkerHeight() {
394 largestMarkerHeight = 0;

Callers 1

ValidStyledTextFunction · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected