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

Function encodeInt64Array

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

Source from the content-addressed store, hash-verified

1234}
1235
1236static napi_value encodeInt64Array(napi_env env, napi_callback_info info) {
1237 return encodeArray<int64_t>(env, info);
1238}
1239
1240static napi_value decodeInt64Array(napi_env env, napi_callback_info info) {
1241 return decodeArray<int64_t>(env, info);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected