| 172 | void reloadFromFile(size_t expectedCapacity = 0); |
| 173 | |
| 174 | void clearMemoryCache() { doCleanMemoryCache(false); } |
| 175 | |
| 176 | #ifndef MMKV_WIN32 |
| 177 | bool isFileValid() { return (m_isMayflyFD || m_diskFile.isFileValid()) && m_size > 0 && m_ptr; } |
nothing calls this directly
no outgoing calls
no test coverage detected