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

Method ProtectionActive

scintilla/src/ViewStyle.cxx:385–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385bool ViewStyle::ProtectionActive() const {
386 return someStylesProtected;
387}
388
389bool ViewStyle::ValidStyle(size_t styleIndex) const {
390 return styleIndex < styles.size();

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected