| 6154 | typename DataType, |
| 6155 | void (*CallJs)(Napi::Env, Napi::Function, ContextType*, DataType*)> |
| 6156 | inline napi_status |
| 6157 | TypedThreadSafeFunction<ContextType, DataType, CallJs>::Acquire() const { |
| 6158 | return napi_acquire_threadsafe_function(_tsfn); |
| 6159 | } |
| 6160 | |
| 6161 | template <typename ContextType, |
| 6162 | typename DataType, |
no outgoing calls
no test coverage detected