MCPcopy 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
2775UINT CGitLogListBase::LogThreadEntry(LPVOID pVoid)
2776{
2777 return static_cast<CGitLogListBase*>(pVoid)->LogThread();
2778}
2779
2780void CGitLogListBase::GetTimeRange(CTime &oldest, CTime &latest)
2781{

Callers

nothing calls this directly

Calls 1

LogThreadMethod · 0.45

Tested by

no test coverage detected