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

Function decodeUInt32Array

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

Source from the content-addressed store, hash-verified

1230}
1231
1232static napi_value decodeUInt32Array(napi_env env, napi_callback_info info) {
1233 return decodeArray<uint32_t>(env, info);
1234}
1235
1236static napi_value encodeInt64Array(napi_env env, napi_callback_info info) {
1237 return encodeArray<int64_t>(env, info);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected