Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ NotUploadedNotesCount
Method
NotUploadedNotesCount
libs/editor/editor_notes.cpp:201–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
}
200
201
size_t Notes::NotUploadedNotesCount() const
202
{
203
std::lock_guard<std::mutex> g(m_dataAccessMutex);
204
return m_notes.size();
205
}
206
207
size_t Notes::UploadedNotesCount() const
208
{
Callers
3
HaveMapEditsOrNotesToUpload
Method · 0.80
UploadChanges
Method · 0.80
SaveTransactionTest
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
1
SaveTransactionTest
Method · 0.64