Searched refs:id_value (Results 1 – 1 of 1) sorted by relevance
2776 const auto id_value = GetUnsigned(arguments, "id", UINT64_MAX); in request_setVariable() local2777 if (id_value != UINT64_MAX) { in request_setVariable()2778 variable = g_vsc.variables.GetVariable(id_value); in request_setVariable()