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

Method DefaultFiniWithHint

napi-inl.h:762–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760
761template <typename DataType, typename HintType>
762void BasicEnv::DefaultFiniWithHint(Env, DataType* data, HintType*) {
763 delete data;
764}
765#endif // NAPI_VERSION > 5
766
767#if NAPI_VERSION > 8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected