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

Method Callback

nan.h:1724–1724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1722class Callback {
1723 public:
1724 Callback() {}
1725
1726 explicit Callback(const v8::Local<v8::Function> &fn) : handle_(fn) {}
1727

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected