Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
389
bool ViewStyle::ValidStyle(size_t styleIndex) const {
390
return styleIndex < styles.size();
391
}
392
393
void ViewStyle::CalcLargestMarkerHeight() {
394
largestMarkerHeight = 0;
Callers
1
ValidStyledText
Function · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected