MCPcopy Create free account
hub / github.com/TortoiseGit/TortoiseGit / SetViewData

Method SetViewData

src/TortoiseMerge/BaseView.cpp:5171–5175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5169}
5170
5171void CBaseView::SetViewData( int index, const viewdata& data )
5172{
5173 m_pState->replacedlines[index] = m_pViewData->GetData(index);
5174 m_pViewData->SetData(index, data);
5175}
5176
5177void CBaseView::SetViewState(int index, DiffState state)
5178{

Callers

nothing calls this directly

Calls 2

GetDataMethod · 0.45
SetDataMethod · 0.45

Tested by

no test coverage detected