MCPcopy Index your code
hub / github.com/bbachi/react-dotnet-example / Main

Method Main

Program.cs:14–17  ·  view source on GitHub ↗
(string[] args)

Source from the content-addressed store, hash-verified

12 public class Program
13 {
14 public static void Main(string[] args)
15 {
16 CreateHostBuilder(args).Build().Run();
17 }
18
19 public static IHostBuilder CreateHostBuilder(string[] args) =>
20 Host.CreateDefaultBuilder(args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected