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

Method IsHeadOfFoldBlock

scintilla/src/Document.h:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 bool IsHeadOfFoldBlock(int line) {
140 return beginFoldBlock == line && line < endFoldBlock;
141 }
142
143 bool IsBodyOfFoldBlock(int line) {
144 return beginFoldBlock != -1 && beginFoldBlock < line && line < endFoldBlock;

Callers 1

PaintSelMarginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected