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

Method setFloatForKey

CrossApp/support/user_default/CAUserDefaultAndroid.cpp:334–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void CAUserDefault::setFloatForKey(const char* pKey, float value)
335{
336#ifdef KEEP_COMPATABILITY
337 deleteNodeByKey(pKey);
338#endif
339
340 return setFloatForKeyJNI(pKey, value);
341}
342
343void CAUserDefault::setDoubleForKey(const char* pKey, double value)
344{

Callers

nothing calls this directly

Calls 2

deleteNodeByKeyFunction · 0.85
setFloatForKeyJNIFunction · 0.85

Tested by

no test coverage detected