* @brief Deterministic uniqueId for a runtime-synthesised group. */
| 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. |
no outgoing calls
no test coverage detected