MCPcopy Create free account
hub / github.com/9miao/CrossApp / getStringForKey

Method getStringForKey

CrossApp/support/user_default/CAUserDefault.cpp:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250std::string CAUserDefault::getStringForKey(const char* pKey)
251{
252 return getStringForKey(pKey, "");
253}
254
255string CAUserDefault::getStringForKey(const char* pKey, const std::string & defaultValue)
256{

Callers

nothing calls this directly

Calls 3

getXMLNodeForKeyFunction · 0.85
ValueMethod · 0.80
stringFunction · 0.50

Tested by

no test coverage detected