MCPcopy Index your code
hub / github.com/nodejs/node-addon-api / Detach

Method Detach

napi-inl.h:2289–2292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2287}
2288
2289inline void ArrayBuffer::Detach() {
2290 napi_status status = napi_detach_arraybuffer(_env, _value);
2291 NAPI_THROW_IF_FAILED_VOID(_env, status);
2292}
2293#endif // NAPI_VERSION >= 7
2294
2295////////////////////////////////////////////////////////////////////////////////

Callers 1

CheckDetachUpdatesDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected