MCPcopy 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
127Notes::Notes(std::string const & fileName) : m_fileName(fileName)
128{
129 Load(m_fileName, m_notes, m_uploadedNotesCount);
130}
131
132void Notes::CreateNote(ms::LatLon const & latLon, std::string const & text)
133{

Callers

nothing calls this directly

Calls 1

LoadFunction · 0.70

Tested by

no test coverage detected