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

Method getStringForKey

CrossApp/support/user_default/CAUserDefaultAndroid.cpp:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280std::string CAUserDefault::getStringForKey(const char* pKey)
281{
282 return getStringForKey(pKey, "");
283}
284
285string CAUserDefault::getStringForKey(const char* pKey, const std::string & defaultValue)
286{

Callers

nothing calls this directly

Calls 6

getXMLNodeForKeyFunction · 0.85
flushFunction · 0.85
deleteNodeFunction · 0.85
getStringForKeyJNIFunction · 0.85
ValueMethod · 0.80
c_strMethod · 0.45

Tested by

no test coverage detected