MCPcopy Create free account
hub / github.com/axmolengine/axmol / closeFileMapping

Method closeFileMapping

core/base/UserDefault.cpp:134–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132UserDefault::UserDefault() {}
133
134void UserDefault::closeFileMapping()
135{
136 _rwmmap.reset();
137#if !USER_DEFAULT_PLAIN_MODE
138 if (_fileStream.isOpen())
139 _fileStream.close();
140#endif
141}
142
143bool UserDefault::getBoolForKey(const char* pKey)
144{

Callers

nothing calls this directly

Calls 3

isOpenMethod · 0.80
resetMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected