Searched refs:versionKey (Results 1 – 1 of 1) sorted by relevance
32 static bool checkParams(GenerateInfoParams& params, nlohmann::json jsonObj, std::string versionKey,… in checkParams() argument34 if (jsonObj.find(versionKey) == jsonObj.end() || !jsonObj.at(versionKey).is_number_integer()) { in checkParams()