Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ refreshThreadCount
Method
refreshThreadCount
src/settings.cpp:257–260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
}
256
257
std::size_t Settings::refreshThreadCount() const
258
{
259
return get<std::size_t>(m_Settings,
"Settings"
,
"refresh_thread_count"
, 10);
260
}
261
262
void Settings::setRefreshThreadCount(std::size_t n) const
263
{
Callers
1
OrganizerCore
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected