| 1218 | } |
| 1219 | |
| 1220 | static napi_value encodeInt32Array(napi_env env, napi_callback_info info) { |
| 1221 | return encodeArray<int32_t>(env, info); |
| 1222 | } |
| 1223 | |
| 1224 | static napi_value decodeInt32Array(napi_env env, napi_callback_info info) { |
| 1225 | return decodeArray<int32_t>(env, info); |
nothing calls this directly
no outgoing calls
no test coverage detected