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

Method MakeNotes

libs/editor/editor_notes.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120namespace editor
121{
122std::shared_ptr<Notes> Notes::MakeNotes(std::string const & fileName, bool const fullPath)
123{
124 return std::shared_ptr<Notes>(new Notes(fullPath ? fileName : GetPlatform().WritablePathForFile(fileName)));
125}
126
127Notes::Notes(std::string const & fileName) : m_fileName(fileName)
128{

Callers

nothing calls this directly

Calls 1

WritablePathForFileMethod · 0.80

Tested by

no test coverage detected