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

Method GetCacheData

src/TortoiseProc/GitLogCache.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80GitRevLoglist* CLogCache::GetCacheData(const CGitHash& hash)
81{
82 m_HashMap[hash].m_CommitHash=hash;
83 return &m_HashMap[hash];
84}
85
86ULONGLONG CLogCache::GetOffset(const CGitHash& hash, SLogCacheIndexFile* pData) const
87{

Callers 7

TESTFunction · 0.80
OnBnClickedButtonAddMethod · 0.80
LogThreadMethod · 0.80
ParserFromLogMethod · 0.80
FillMethod · 0.80
TooltipTextMethod · 0.80
OnFindDialogMessageMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64