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

File MemberAsyncMethod.cpp

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

Source from the content-addressed store, hash-verified

1 static void @(Model.Name)(Nan::NAN_METHOD_ARGS_TYPE info) {
2 HandleScope scope;
3
4 if (!NodeRT::Utils::IsWinRtWrapperOf<@(TX.ToWinRT(Model.Overloads[0].DeclaringType,true))>(info.This())) {

Callers

nothing calls this directly

Calls 5

NewStringFunction · 0.85
ToJSMethod · 0.80
foreachFunction · 0.70
ToWinRTMethod · 0.45
FirstMethod · 0.45

Tested by

no test coverage detected