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

Function decodeInt64Array

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

Source from the content-addressed store, hash-verified

1238}
1239
1240static napi_value decodeInt64Array(napi_env env, napi_callback_info info) {
1241 return decodeArray<int64_t>(env, info);
1242}
1243
1244static napi_value encodeUInt64Array(napi_env env, napi_callback_info info) {
1245 return encodeArray<uint64_t>(env, info);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected