Searched refs:exposesItem (Results 1 – 2 of 2) sorted by relevance
7 const nlohmann::json& exposesItem) in addBoard() argument9 auto findType = exposesItem.find("Type"); in addBoard()10 if (findType == exposesItem.end()) in addBoard()21 auto findConnectsTo = exposesItem.find("ConnectsToType"); in addBoard()22 if (findConnectsTo == exposesItem.end()) in addBoard()32 auto findPoweredBy = exposesItem.find("PowerPort"); in addBoard()33 if (findPoweredBy != exposesItem.end()) in addBoard()
17 const nlohmann::json& exposesItem);