| 1226 | } |
| 1227 | |
| 1228 | static napi_value encodeUInt32Array(napi_env env, napi_callback_info info) { |
| 1229 | return encodeArray<uint32_t>(env, info); |
| 1230 | } |
| 1231 | |
| 1232 | static napi_value decodeUInt32Array(napi_env env, napi_callback_info info) { |
| 1233 | return decodeArray<uint32_t>(env, info); |
nothing calls this directly
no outgoing calls
no test coverage detected