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

Method getBoolForKey

CrossApp/support/user_default/CAUserDefaultAndroid.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135 bool CAUserDefault::getBoolForKey(const char* pKey)
136 {
137 return getBoolForKey(pKey, false);
138 }
139
140bool CAUserDefault::getBoolForKey(const char* pKey, bool defaultValue)
141{

Callers

nothing calls this directly

Calls 5

getXMLNodeForKeyFunction · 0.85
flushFunction · 0.85
deleteNodeFunction · 0.85
getBoolForKeyJNIFunction · 0.85
ValueMethod · 0.80

Tested by

no test coverage detected