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

Method IsBodyOfFoldBlock

scintilla/src/Document.h:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 bool IsBodyOfFoldBlock(int line) {
144 return beginFoldBlock != -1 && beginFoldBlock < line && line < endFoldBlock;
145 }
146
147 bool IsTailOfFoldBlock(int line) {
148 return beginFoldBlock != -1 && beginFoldBlock < line && line == endFoldBlock;

Callers 1

PaintSelMarginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected