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

Method HaveMapEditsOrNotesToUpload

libs/editor/osm_editor.cpp:556–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556bool Editor::HaveMapEditsOrNotesToUpload() const
557{
558 if (m_notes->NotUploadedNotesCount() != 0)
559 return true;
560
561 auto const features = m_features.Get();
562 return HaveMapEditsToUpload(*features);
563}
564
565bool Editor::HaveMapEditsToUpload(MwmId const & mwmId) const
566{

Calls 2

NotUploadedNotesCountMethod · 0.80
GetMethod · 0.45

Tested by 1