Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudCompare/CloudCompare
/ toggleSilentMode
Method
toggleSilentMode
libs/CCPluginAPI/src/ccCommandLineInterface.cpp:205–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
void ccCommandLineInterface::toggleSilentMode(bool state)
206
{
207
m_silentMode = state;
208
}
209
210
bool ccCommandLineInterface::silentMode() const
211
{
Callers
1
Parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected