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

Function foreach

src/NodeRTLib/DefinitonTemplates/Ts/StaticSyncMethod.ts:2–4  ·  view source on GitHub ↗
(var overload in Model.Overloads)

Source from the content-addressed store, hash-verified

1@{
2 foreach(var overload in Model.Overloads) {
3 @:static @(TX.Uncap(Model.Name))(@(TX.GetParamsFromTsMethodForDefinitions(overload))): @(Converter.ToJsDefinitonType(overload.ReturnType, TX.MainModel.Types.ContainsKey(overload.ReturnType)));
4 }
5}

Callers

nothing calls this directly

Calls 3

UncapMethod · 0.80
ToJsDefinitonTypeMethod · 0.80

Tested by

no test coverage detected