MCPcopy Create free account
hub / github.com/comaps/comaps / AddTagChange

Method AddTagChange

libs/indexer/edit_journal.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void EditJournal::AddTagChange(std::string key, std::string old_value, std::string new_value)
32{
33 LOG(LDEBUG, ("Key ", key, "changed from \"", old_value, "\" to \"", new_value, "\""));
34 AddJournalEntry({JournalEntryType::TagModification, time(nullptr),
35 TagModData{std::move(key), std::move(old_value), std::move(new_value)}});
36}
37
38void EditJournal::MarkAsCreated(uint32_t type, feature::GeomType geomType, m2::PointD mercator)
39{

Callers 2

LogDiffInJournalMethod · 0.80

Calls

no outgoing calls

Tested by 1