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

Method getIntegerForKey

CrossApp/support/user_default/CAUserDefaultAndroid.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172int CAUserDefault::getIntegerForKey(const char* pKey)
173{
174 return getIntegerForKey(pKey, 0);
175}
176
177int CAUserDefault::getIntegerForKey(const char* pKey, int defaultValue)
178{

Callers

nothing calls this directly

Calls 6

getXMLNodeForKeyFunction · 0.85
flushFunction · 0.85
deleteNodeFunction · 0.85
getIntegerForKeyJNIFunction · 0.85
ValueMethod · 0.80
atoiFunction · 0.50

Tested by

no test coverage detected