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

Method isValid

app/src/UI/WindowManager.cpp:52–52  ·  view source on GitHub ↗

* @brief Whether the key references a real widget. */

Source from the content-addressed store, hash-verified

50 * @brief Whether the key references a real widget.
51 */
52 [[nodiscard]] bool isValid() const { return widgetType >= 0 && relativeIndex >= 0; }
53
54 /**
55 * @brief Value equality on the (widgetType, relativeIndex) pair.

Callers 15

updateWidgetMethod · 0.45
setPlotSweepMethod · 0.45
setMultiplotSweepMethod · 0.45
registerXAxisIfNeededMethod · 0.45
configureLineSeriesMethod · 0.45
Dashboard.cppFile · 0.45
resolveSavedWindowIdFunction · 0.45
serializeLayoutMethod · 0.45
setMapTypeMethod · 0.45
resolveXAxisMethod · 0.45
rowCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected