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

Method GetDefaultCodeGenerationDir

src/NodeRTUI/MainForm.cs:107–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 }
106
107 private string GetDefaultCodeGenerationDir()
108 {
109 return Path.Combine(AppDomain.CurrentDomain.SetupInformation.ApplicationBase, "gen_code");
110 }
111
112 private string GetDefaultOutputDir()
113 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected