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

Function FreeData

nan.h:1406–1409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404 }
1405
1406 inline void FreeData(char *data, void *hint) {
1407 (void) hint; // unused
1408 delete[] data;
1409 }
1410
1411 inline MaybeLocal<v8::Object> NewBuffer(
1412 char* data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected