MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/xstudio / update_role_data_from_json

Method update_role_data_from_json

src/module/src/attribute.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void 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
49void Attribute::notify_change(
50 const int role, const nlohmann::json &data, const bool self_notify) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected