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

Method Commit

libs/editor/opening_hours_ui.hpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 Proxy(TimeTableSet & tts, size_t const index, TimeTable const & tt) : TimeTable(tt), m_index(index), m_tts(tts) {}
61
62 bool Commit() { return m_tts.Replace(*this, m_index); } // Slice base class on copy.
63
64 private:
65 size_t const m_index;

Calls 1

ReplaceMethod · 0.80

Tested by 2

UNIT_TESTFunction · 0.64
UNIT_TESTFunction · 0.64