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

Method insert

src/utility/src/json_store_sync.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94
95void JsonStoreSync::insert(
96 const std::string &key, const nlohmann::json &data, const std::string &parent) {
97 insert_base(key, data, parent, true, id_, false);
98}
99
100void JsonStoreSync::remove(const std::string &key, const std::string &parent) {
101 remove_base(key, parent, true, id_, false);

Callers 3

insert_rows_baseMethod · 0.45
move_rows_baseMethod · 0.45
findMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected