MCPcopy Create free account
hub / github.com/nodejs/nan / nauv_key_create

Function nauv_key_create

nan.h:327–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325typedef uv_key_t nauv_key_t;
326
327inline int nauv_key_create(nauv_key_t *key) {
328 return uv_key_create(key);
329}
330
331inline void nauv_key_delete(nauv_key_t *key) {
332 uv_key_delete(key);

Callers 1

TlsTestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected