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

Method remove_rows

src/utility/src/json_store_sync.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void JsonStoreSync::remove_rows(const int row, const int count, const std::string &parent) {
227 if (count)
228 remove_rows_base(row, count, parent, true, id_, false);
229}
230
231void JsonStoreSync::remove_row(const json::json_pointer &jptr) {
232 std::string parent = "";

Callers 2

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36