Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
325
typedef uv_key_t nauv_key_t;
326
327
inline int nauv_key_create(nauv_key_t *key) {
328
return uv_key_create(key);
329
}
330
331
inline void nauv_key_delete(nauv_key_t *key) {
332
uv_key_delete(key);
Callers
1
TlsTest
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected