MCPcopy Create free account
hub / github.com/WinMerge/winmerge / ComputeRealLine

Method ComputeRealLine

Src/GhostTextView.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 8

RescanMethod · 0.45
RightLineInMovedBlockMethod · 0.45
LeftLineInMovedBlockMethod · 0.45
GenerateReportMethod · 0.45
AddSyncPointMethod · 0.45
GetLineFromYPosMethod · 0.45
OnWMGotoMethod · 0.45
OnEditCopyLineNumbersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected