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

Method NamedInterceptor

test/cpp/namedinterceptors.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17 public:
18 NamedInterceptor() { std::strncpy(this->buf, "foo", sizeof (this->buf)); }
19 static NAN_MODULE_INIT(Init);
20 static v8::Local<v8::Value> NewInstance ();
21 static NAN_METHOD(New);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected