Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
195
std::list<Note> Notes::GetNotes() const
196
{
197
std::lock_guard<std::mutex> g(m_dataAccessMutex);
198
return m_notes;
199
}
200
201
size_t Notes::NotUploadedNotesCount() const
202
{
Callers
2
CreateNoteTest
Method · 0.80
UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
2
CreateNoteTest
Method · 0.64
UNIT_TEST
Function · 0.64