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

Method getDoubleForKey

CrossApp/support/user_default/CAUserDefaultAndroid.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244double CAUserDefault::getDoubleForKey(const char* pKey)
245{
246 return getDoubleForKey(pKey, 0.0);
247}
248
249double CAUserDefault::getDoubleForKey(const char* pKey, double defaultValue)
250{

Callers

nothing calls this directly

Calls 6

getXMLNodeForKeyFunction · 0.85
flushFunction · 0.85
deleteNodeFunction · 0.85
getDoubleForKeyJNIFunction · 0.85
ValueMethod · 0.80
atofFunction · 0.50

Tested by

no test coverage detected