Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ deleteValueForKey
Method
deleteValueForKey
core/base/UserDefault.cpp:522–526 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
520
}
521
522
void UserDefault::deleteValueForKey(const char* key)
523
{
524
if (this->_values.erase(key) > 0)
525
flush();
526
}
527
528
void UserDefault::setFileName(std::string_view nameFile)
529
{
Callers
2
doTest
Method · 0.45
doTest
Method · 0.45
Calls
2
flush
Function · 0.85
erase
Method · 0.45
Tested by
2
doTest
Method · 0.36
doTest
Method · 0.36