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

Function callback

test/cpp/buffer.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15static char data[DATA_SIZE];
16
17void callback(char* data, void* hint) {
18 free(data);
19}
20
21NAN_METHOD(New1) {
22 char *dynamic_data = static_cast<char *>(malloc(DATA_SIZE));

Calls

no outgoing calls

Tested by

no test coverage detected