MCPcopy 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
205void ccCommandLineInterface::toggleSilentMode(bool state)
206{
207 m_silentMode = state;
208}
209
210bool ccCommandLineInterface::silentMode() const
211{

Callers 1

ParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected