Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cxasm/notepad--
/ fileSuffix
Function
fileSuffix
src/cceditor/ccnotepad.cpp:5187–5191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5185
}
5186
5187
static QString fileSuffix(const QString& filePath)
5188
{
5189
QFileInfo fi(filePath);
5190
return fi.suffix();
5191
}
5192
5193
//打开之前保存的恢复文件
5194
bool CCNotePad::tryRestoreFile(QString filePath)
Callers
1
openFile
Method · 0.70
Calls
1
suffix
Method · 0.80
Tested by
no test coverage detected