MCPcopy Create free account
hub / github.com/cxasm/notepad-- / push

Method push

src/scintillaeditview.cpp:4168–4175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4166 intptr_t levelStack[MAX_FOLD_COLLAPSE_LEVEL]{};
4167
4168 void push(intptr_t level)
4169 {
4170 while (levelCount != 0 && level <= levelStack[levelCount - 1])
4171 {
4172 --levelCount;
4173 }
4174 levelStack[levelCount++] = level;
4175 }
4176};
4177
4178bool ScintillaEditView::isFolded(size_t line)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected