MCPcopy Create free account
hub / github.com/cdk-patterns/serverless / Main

Method Main

polly/csharp/src/Polly/Program.cs:10–15  ·  view source on GitHub ↗
(string[] args)

Source from the content-addressed store, hash-verified

8 sealed class Program
9 {
10 public static void Main(string[] args)
11 {
12 var app = new App();
13 new PollyStack(app, "PollyStack");
14 app.Synth();
15 }
16 }
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected