MCPcopy Create free account
hub / github.com/KDE/kdiff3 / maxThreads

Method maxThreads

src/difftextwindow.cpp:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272};
273
274QAtomicInteger<size_t> DiffTextWindow::maxThreads()
275{
276 return RecalcWordWrapRunner::s_maxNofRunnables.loadAcquire();
277}
278
279void DiffTextWindow::setSourceData(const QSharedPointer<SourceData>& inData)
280{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected