MCPcopy Create free account
hub / github.com/cxasm/notepad-- / closeHexFileHand

Method closeHexFileHand

src/cceditor/filemanager.cpp:1398–1407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1396}
1397
1398void FileManager::closeHexFileHand(QString filepath)
1399{
1400 if (m_hexFileMgr.contains(filepath))
1401 {
1402 HexFileMgr* v = m_hexFileMgr.value(filepath);
1403 v->destory();
1404 delete v;
1405 m_hexFileMgr.remove(filepath);
1406 }
1407}
1408
1409void FileManager::closeSuperBigTextFileHand(QString filepath)
1410{

Callers 2

tabCloseMethod · 0.80
closeFileStaticMethod · 0.80

Calls 4

containsMethod · 0.45
valueMethod · 0.45
destoryMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected