Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
290
MMKVFileHandle_t MemoryFile::getFd() {
291
if (m_isMayflyFD) {
292
openIfNeeded();
293
}
294
return m_diskFile.getFd();
295
}
296
297
size_t getPageSize() {
298
SYSTEM_INFO system_info;
Callers
5
truncate
Method · 0.45
msync
Method · 0.45
mmapOrCleanup
Method · 0.45
reloadFromFile
Method · 0.45
copyFileContent
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected