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

Function encodeUInt32Array

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

Source from the content-addressed store, hash-verified

1226}
1227
1228static napi_value encodeUInt32Array(napi_env env, napi_callback_info info) {
1229 return encodeArray<uint32_t>(env, info);
1230}
1231
1232static napi_value decodeUInt32Array(napi_env env, napi_callback_info info) {
1233 return decodeArray<uint32_t>(env, info);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected