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

Method getFloatForKey

CrossApp/support/user_default/CAUserDefaultAndroid.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208float CAUserDefault::getFloatForKey(const char* pKey)
209{
210 return getFloatForKey(pKey, 0.0f);
211}
212
213float CAUserDefault::getFloatForKey(const char* pKey, float defaultValue)
214{

Callers

nothing calls this directly

Calls 6

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

Tested by

no test coverage detected