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

Method Uncap

src/NodeRTLib/Reflector.cs:542–545  ·  view source on GitHub ↗
(string s)

Source from the content-addressed store, hash-verified

540 };
541
542 public static string Uncap(string s)
543 {
544 return s[0].ToString().ToLower() + s.Substring(1);
545 }
546
547 public static string ForEachEvent(IEnumerable<dynamic> events, string format, int lenToRemove)
548 {

Callers 15

ToOutParameterNameMethod · 0.80
foreachFunction · 0.80
foreachFunction · 0.80
foreachFunction · 0.80
Enum.jsFile · 0.80
foreachFunction · 0.80
clsFunction · 0.80
foreachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected