MCPcopy Create free account
hub / github.com/Tencent/MMKV / cleanMayflyFD

Method cleanMayflyFD

Core/MemoryFile.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void MemoryFile::cleanMayflyFD() {
141 if (m_isMayflyFD && m_diskFile.isFileValid()) {
142 m_diskFile.close();
143 }
144}
145
146size_t MemoryFile::getActualFileSize() {
147 if (!m_isMayflyFD && !m_diskFile.isFileValid()) {

Callers 3

Calls 2

isFileValidMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected