MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / fullscreen

Method fullscreen

app/src/Misc/CLI.cpp:328–331  ·  view source on GitHub ↗

* @brief Returns true if --fullscreen was passed. */

Source from the content-addressed store, hash-verified

326 * @brief Returns true if --fullscreen was passed.
327 */
328bool CLI::fullscreen() const noexcept
329{
330 return m_parser.isSet(m_opts.fullscreenOpt);
331}
332
333/**
334 * @brief Returns true if --runtime (Pro operator mode) was passed.

Callers 1

bootstrapModuleManagerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected