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

Function decodeUInt64Array

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

Source from the content-addressed store, hash-verified

1246}
1247
1248static napi_value decodeUInt64Array(napi_env env, napi_callback_info info) {
1249 return decodeArray<uint64_t>(env, info);
1250}
1251
1252static napi_value containsKey(napi_env env, napi_callback_info info) {
1253 size_t argc = 2;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected