| 1242 | } |
| 1243 | |
| 1244 | static napi_value encodeUInt64Array(napi_env env, napi_callback_info info) { |
| 1245 | return encodeArray<uint64_t>(env, info); |
| 1246 | } |
| 1247 | |
| 1248 | static napi_value decodeUInt64Array(napi_env env, napi_callback_info info) { |
| 1249 | return decodeArray<uint64_t>(env, info); |
nothing calls this directly
no outgoing calls
no test coverage detected