MCPcopy Create free account
hub / github.com/Tencent/MMKV / NAPIUndefined

Function NAPIUndefined

OpenHarmony/MMKV/src/main/cpp/native_bridge.cpp:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242// }
243
244static napi_value NAPIUndefined(napi_env env) {
245 napi_value result = nullptr;
246 napi_get_undefined(env, &result);
247 return result;
248}
249
250static napi_value NAPINull(napi_env env) {
251 napi_value result;

Callers 15

mmapIDFunction · 0.85
removeValueForKeyFunction · 0.85
removeValuesForKeysFunction · 0.85
countFunction · 0.85
allKeysFunction · 0.85
clearAllFunction · 0.85
syncFunction · 0.85
clearMemoryCacheFunction · 0.85
totalSizeFunction · 0.85
actualSizeFunction · 0.85
lockFunction · 0.85
unlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected