Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Martchus/syncthingtray
/ invalidateDirsAndDevs
Method
invalidateDirsAndDevs
cli/application.cpp:163–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
void Application::invalidateDirsAndDevs()
164
{
165
m_relevantDirs.clear();
166
m_relevantDevs.clear();
167
}
168
169
static int assignIntegerFromArg(const Argument &arg, int &integer)
170
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected