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

Function runtime_group_unique_id

app/src/DataModel/Frame.h:1001–1004  ·  view source on GitHub ↗

* @brief Deterministic uniqueId for a runtime-synthesised group. */

Source from the content-addressed store, hash-verified

999 * @brief Deterministic uniqueId for a runtime-synthesised group.
1000 */
1001[[nodiscard]] inline constexpr int runtime_group_unique_id(int groupId) noexcept
1002{
1003 return kRuntimeGroupUidBase + groupId;
1004}
1005
1006/**
1007 * @brief Single source of truth for the (source, group, dataset) -> uniqueId mapping.

Callers 3

reconfigureDashboardMethod · 0.85
buildQuickPlotFrameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected