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

Method closeSuperBigTextFileHand

src/cceditor/filemanager.cpp:1409–1418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1407}
1408
1409void FileManager::closeSuperBigTextFileHand(QString filepath)
1410{
1411 if (m_bigTxtFileMgr.contains(filepath))
1412 {
1413 TextFileMgr* v = m_bigTxtFileMgr.value(filepath);
1414 v->destory();
1415 delete v;
1416 m_bigTxtFileMgr.remove(filepath);
1417 }
1418}
1419
1420void FileManager::closeBigTextRoFileHand(QString filepath)
1421{

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