Searched refs:infoKey (Results 1 – 1 of 1) sorted by relevance
32 …ms(GenerateInfoParams& params, nlohmann::json jsonObj, std::string versionKey, std::string infoKey) in checkParams() argument37 if (jsonObj.find(infoKey) != jsonObj.end() && jsonObj.at(infoKey).is_array() && in checkParams()38 !jsonObj.at(infoKey).empty() && jsonObj.at(infoKey).at(0).is_string()) { in checkParams()