Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NewString
Function · 0.85
CaseInsenstiveEquals
Function · 0.85
GetHiddenValue
Function · 0.85
SetHiddenValueWithObject
Function · 0.85
ToWinRT
Method · 0.45
Tested by
no test coverage detected