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

Method GetFoldDisplayText

src/qscint/scintilla/src/ContractionState.cpp:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273template <typename LINE>
274const char *ContractionState<LINE>::GetFoldDisplayText(Sci::Line lineDoc) const {
275 Check();
276 return foldDisplayTexts->ValueAt(lineDoc).get();
277}
278
279template <typename LINE>
280bool ContractionState<LINE>::GetFoldDisplayTextShown(Sci::Line lineDoc) const {

Callers 1

DrawFoldDisplayTextMethod · 0.80

Calls 2

getMethod · 0.45
ValueAtMethod · 0.45

Tested by

no test coverage detected