| 1203 | } |
| 1204 | |
| 1205 | void Document::ModifiedAt(Sci::Position pos) noexcept { |
| 1206 | if (endStyled > pos) |
| 1207 | endStyled = pos; |
| 1208 | } |
| 1209 | |
| 1210 | void Document::CheckReadOnly() { |
| 1211 | if (cb.IsReadOnly() && enteredReadOnlyCount == 0) { |
no outgoing calls
no test coverage detected