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

Function decodeInt32Array

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

Source from the content-addressed store, hash-verified

1222}
1223
1224static napi_value decodeInt32Array(napi_env env, napi_callback_info info) {
1225 return decodeArray<int32_t>(env, info);
1226}
1227
1228static napi_value encodeUInt32Array(napi_env env, napi_callback_info info) {
1229 return encodeArray<uint32_t>(env, info);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected