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

Method GetNotes

libs/editor/editor_notes.cpp:195–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195std::list<Note> Notes::GetNotes() const
196{
197 std::lock_guard<std::mutex> g(m_dataAccessMutex);
198 return m_notes;
199}
200
201size_t Notes::NotUploadedNotesCount() const
202{

Callers 2

CreateNoteTestMethod · 0.80
UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

CreateNoteTestMethod · 0.64
UNIT_TESTFunction · 0.64