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

Method GetFileOrDirectoryName

src/Git/TGitPath.cpp:478–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478CString CTGitPath::GetFileOrDirectoryName() const
479{
480 EnsureBackslashPathSet();
481 return m_sBackslashPath.Mid(m_sBackslashPath.ReverseFind('\\')+1);
482}
483
484CString CTGitPath::GetUIFileOrDirectoryName() const
485{

Callers 15

GetDisplayNameMethod · 0.80
GetCellTextMethod · 0.80
OnContextMenuListMethod · 0.80
StartDiffMethod · 0.80
IgnoreFileMethod · 0.80
ContextMenuActionMethod · 0.80
operator()Method · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected