Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alpha-liu-01/SpeedyNote
/ documentName
Method
documentName
source/ui/dialogs/SaveDocumentDialog.cpp:161–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
QString SaveDocumentDialog::documentName() const
162
{
163
return sanitizeFilename(m_nameEdit->text().trimmed());
164
}
165
166
QString SaveDocumentDialog::sanitizeFilename(const QString& name) const
167
{
Callers
1
getDocumentName
Method · 0.80
Calls
1
text
Method · 0.45
Tested by
no test coverage detected