| 40 | } |
| 41 | |
| 42 | void Attribute::update_role_data_from_json( |
| 43 | const int role, const nlohmann::json &data, const bool notify) { |
| 44 | |
| 45 | if (role != UuidRole) |
| 46 | set_role_data(role, data, notify); |
| 47 | } |
| 48 | |
| 49 | void Attribute::notify_change( |
| 50 | const int role, const nlohmann::json &data, const bool self_notify) { |
no outgoing calls
no test coverage detected