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

Method ValueOrNull

src/NodeRTCmd/Program.cs:152–160  ·  view source on GitHub ↗
(Dictionary<String, String> args, string key)

Source from the content-addressed store, hash-verified

150 }
151
152 static string ValueOrNull(Dictionary<String, String> args, string key)
153 {
154 if (!args.ContainsKey(key))
155 {
156 return null;
157 }
158
159 return args[key];
160 }
161
162 static bool GenerateAndBuildNamespace(string ns,
163 VsVersions vsVersion, WinVersions winVersion, string winmd,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected