MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / Event.cpp

File Event.cpp

src/NodeRTLib/CppTemplates/Event.cpp:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1 static void AddListener(Nan::NAN_METHOD_ARGS_TYPE info) {
2 HandleScope scope;
3
4 if (info.Length() < 2 || !info[0]->IsString() || !info[1]->IsFunction()) {

Callers

nothing calls this directly

Calls 5

NewStringFunction · 0.85
CaseInsenstiveEqualsFunction · 0.85
GetHiddenValueFunction · 0.85
SetHiddenValueWithObjectFunction · 0.85
ToWinRTMethod · 0.45

Tested by

no test coverage detected