Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TortoiseGit/TortoiseGit
/ LogThreadEntry
Method
LogThreadEntry
src/TortoiseProc/GitLogListBase.cpp:2775–2778 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2773
}
2774
2775
UINT CGitLogListBase::LogThreadEntry(LPVOID pVoid)
2776
{
2777
return static_cast<CGitLogListBase*>(pVoid)->LogThread();
2778
}
2779
2780
void CGitLogListBase::GetTimeRange(CTime &oldest, CTime &latest)
2781
{
Callers
nothing calls this directly
Calls
1
LogThread
Method · 0.45
Tested by
no test coverage detected