MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / saveIntoSessionDirectory

Method saveIntoSessionDirectory

src/SessionManager.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void SessionManager::saveIntoSessionDirectory(ScintillaNext *editor, const QString &sessionFileName) const
78{
79 editor->saveCopyAs(sessionDirectory().filePath(sessionFileName));
80}
81
82SessionManager::SessionFileType SessionManager::determineType(ScintillaNext *editor) const
83{

Callers

nothing calls this directly

Calls 1

saveCopyAsMethod · 0.45

Tested by

no test coverage detected