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

Method getMemory

Core/MemoryFile.h:156–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 size_t getActualFileSize();
155
156 void *getMemory() { return m_ptr; }
157
158 const MMKVPath_t &getPath() { return m_diskFile.getPath(); }
159

Callers 15

checkFileCRCValidMethod · 0.80
loadFromFileMethod · 0.80
partialLoadFromFileMethod · 0.80
loadMetaInfoAndCheckMethod · 0.80
checkDataValidMethod · 0.80
checkLoadDataMethod · 0.80
readActualSizeMethod · 0.80
writeActualSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected