MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / Release

Method Release

napi-inl.h:6164–6167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6162 typename DataType,
6163 void (*CallJs)(Napi::Env, Napi::Function, ContextType*, DataType*)>
6164inline napi_status
6165TypedThreadSafeFunction<ContextType, DataType, CallJs>::Release() const {
6166 return napi_release_threadsafe_function(_tsfn, napi_tsfn_release);
6167}
6168
6169template <typename ContextType,
6170 typename DataType,

Callers 1

OnWorkCompleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected