MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetSourceText

Method GetSourceText

DebugView++/SourcesDlg.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104std::wstring CSourcesDlg::GetSourceText(int iItem) const
105{
106 return GetGridItemText(m_grid, iItem, 1);
107}
108
109SourceType::type CSourcesDlg::GetSourceType(int iItem) const
110{

Callers

nothing calls this directly

Calls 1

GetGridItemTextFunction · 0.85

Tested by

no test coverage detected