| 6170 | typename DataType, |
| 6171 | void (*CallJs)(Napi::Env, Napi::Function, ContextType*, DataType*)> |
| 6172 | inline napi_status |
| 6173 | TypedThreadSafeFunction<ContextType, DataType, CallJs>::Abort() const { |
| 6174 | return napi_release_threadsafe_function(_tsfn, napi_tsfn_abort); |
| 6175 | } |
| 6176 | |
| 6177 | template <typename ContextType, |
| 6178 | typename DataType, |
no outgoing calls
no test coverage detected