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

Method setStringForKey

CrossApp/support/user_default/CAUserDefaultAndroid.cpp:352–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void CAUserDefault::setStringForKey(const char* pKey, const std::string & value)
353{
354#ifdef KEEP_COMPATABILITY
355 deleteNodeByKey(pKey);
356#endif
357
358 return setStringForKeyJNI(pKey, value.c_str());
359}
360
361CAUserDefault* CAUserDefault::sharedUserDefault()
362{

Callers

nothing calls this directly

Calls 3

deleteNodeByKeyFunction · 0.85
setStringForKeyJNIFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected