Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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;
Callers
5
Java_app_organicmaps_sdk_editor_OpeningHours_nativeRemoveWorkingDay
Function · 0.80
Java_app_organicmaps_sdk_editor_OpeningHours_nativeAddWorkingDay
Function · 0.80
ExcludeRulePart
Function · 0.80
UNIT_TEST
Function · 0.80
UNIT_TEST
Function · 0.80
Calls
1
Replace
Method · 0.80
Tested by
2
UNIT_TEST
Function · 0.64
UNIT_TEST
Function · 0.64