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

Method getFd

Core/MemoryFile_Win32.cpp:290–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290MMKVFileHandle_t MemoryFile::getFd() {
291 if (m_isMayflyFD) {
292 openIfNeeded();
293 }
294 return m_diskFile.getFd();
295}
296
297size_t getPageSize() {
298 SYSTEM_INFO system_info;

Callers 5

truncateMethod · 0.45
msyncMethod · 0.45
mmapOrCleanupMethod · 0.45
reloadFromFileMethod · 0.45
copyFileContentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected