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