Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Notes
Method
Notes
libs/editor/editor_notes.cpp:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
Notes::Notes(std::string const & fileName) : m_fileName(fileName)
128
{
129
Load(m_fileName, m_notes, m_uploadedNotesCount);
130
}
131
132
void Notes::CreateNote(ms::LatLon const & latLon, std::string const & text)
133
{
Callers
nothing calls this directly
Calls
1
Load
Function · 0.70
Tested by
no test coverage detected