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

Method setIntegerForKey

CrossApp/support/user_default/CAUserDefaultAndroid.cpp:325–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void CAUserDefault::setIntegerForKey(const char* pKey, int value)
326{
327#ifdef KEEP_COMPATABILITY
328 deleteNodeByKey(pKey);
329#endif
330
331 return setIntegerForKeyJNI(pKey, value);
332}
333
334void CAUserDefault::setFloatForKey(const char* pKey, float value)
335{

Callers

nothing calls this directly

Calls 2

deleteNodeByKeyFunction · 0.85
setIntegerForKeyJNIFunction · 0.85

Tested by

no test coverage detected