MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / foreach

Function foreach

src/NodeRTLib/CppTemplates/InitExports.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 @if(Model.MemberSyncMethods.Length > 0) {
16 @:
17 foreach(var method in Model.MemberSyncMethods) {
18 @:Nan::SetPrototypeMethod(localRef, "@(TX.Uncap(TX.CSharpMethodToCppMethod(method.Name)))", @(TX.CSharpMethodToCppMethod(method.Name)));
19 }
20 @:
21 }
22

Callers

nothing calls this directly

Calls 2

UncapMethod · 0.80

Tested by

no test coverage detected