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

Method AddFile

src/Git/MassiveGitTaskBase.cpp:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void CMassiveGitTaskBase::AddFile(const CString& filename)
37{
38 assert(m_bUnused);
39 if (m_bIsPath)
40 m_pathList.AddPath(filename);
41 else
42 m_itemList.push_back(filename);
43}
44
45void CMassiveGitTaskBase::AddFile(const CTGitPath& filename)
46{

Callers 6

DeleteRemoteRefsMethod · 0.45
OnBnClickedContinueMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45

Calls 1

AddPathMethod · 0.45

Tested by

no test coverage detected