Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeRT/NodeRT
/ foreach
Function
foreach
src/NodeRTLib/CppTemplates/TypeWrapperForwardDeclaration.cpp:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
@foreach(var t in Model.Types.Values) {
2
@:v8::Local<v8::Value> Wrap@(t.Name)(@(TX.ToWinRT(t.Type)) wintRtInstance);
3
@:@TX.ToWinRT(t.Type) Unwrap@(t.Name)(Local<Value> value);
4
@:
5
}
Callers
nothing calls this directly
Calls
1
ToWinRT
Method · 0.45
Tested by
no test coverage detected