MCPcopy Create free account
hub / github.com/catboost/catboost / Main

Method Main

catboost/dotnet/HeartDiseaseDemo/Program.cs:15–18  ·  view source on GitHub ↗
(string[] args)

Source from the content-addressed store, hash-verified

13 public class Program
14 {
15 public static void Main(string[] args)
16 {
17 CreateWebHostBuilder(args).Build().Run();
18 }
19
20 public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
21 WebHost.CreateDefaultBuilder(args)

Callers

nothing calls this directly

Calls 2

RunMethod · 0.45
BuildMethod · 0.45

Tested by

no test coverage detected