| 87 | } |
| 88 | |
| 89 | void JsonStoreSync::insert_rows( |
| 90 | const int row, const int count, const nlohmann::json &data, const std::string &parent) { |
| 91 | insert_rows_base(row, count, data, parent, true, id_, false); |
| 92 | } |
| 93 | |
| 94 | |
| 95 | void JsonStoreSync::insert( |
no outgoing calls