| 192 | |
| 193 | |
| 194 | int CGhostTextView::ComputeRealLine (int nApparentLine) const |
| 195 | { |
| 196 | if (m_pGhostTextBuffer == nullptr) |
| 197 | return 0; |
| 198 | return m_pGhostTextBuffer->ComputeRealLine(nApparentLine); |
| 199 | } |
| 200 | |
| 201 | int CGhostTextView::ComputeApparentLine (int nRealLine) const |
| 202 | { |
no outgoing calls
no test coverage detected