Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ setCheckStartTime
Method
setCheckStartTime
gui/threadhandler.cpp:328–331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
326
}
327
328
void ThreadHandler::setCheckStartTime(QDateTime checkStartTime)
329
{
330
mCheckStartTime = std::move(checkStartTime);
331
}
332
333
// cppcheck-suppress passedByValueCallback
334
// NOLINTNEXTLINE(performance-unnecessary-value-param)
Callers
1
reAnalyzeSelected
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected