MCPcopy Create free account
hub / github.com/OpenFunction/samples / Main

Method Main

functions/knative/hello-world-dotnet/Program.cs:22–25  ·  view source on GitHub ↗
(string[] args)

Source from the content-addressed store, hash-verified

20 public class Program
21 {
22 public static void Main(string[] args)
23 {
24 CreateHostBuilder(args).Build().Run();
25 }
26
27 public static IHostBuilder CreateHostBuilder(string[] args)
28 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected