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

Function WeakExternalCallback

test/cpp/weak.cpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43inline void WeakExternalCallback(const WeakCallbackInfo<void>&) {}
44
45NAN_METHOD(WeakExternal) {
46 void* baton = &baton; // Actual value doesn't really matter.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected