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

Method AddString

src/Utils/ACEdit.cpp:603–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601*********************************************************************/
602
603int CACEdit::AddString(LPCWSTR lpszString)
604{
605 if(m_iType == _COMBOBOX_)
606 {
607 return reinterpret_cast<CComboBox*>(this)->AddString(lpszString);
608 }
609 return CB_ERR;
610}
611
612/*********************************************************************/
613

Callers 15

OnInitDialogMethod · 0.45
OnInitDialogMethod · 0.45
OnInitDialogMethod · 0.45
OnInitDialogMethod · 0.45
LoadBranchInfoMethod · 0.45
OnInitDialogMethod · 0.45
RefreshMethod · 0.45
GetRemoteBranchMethod · 0.45
LoadStatQueriesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected