MCPcopy
hub / github.com/grpc-ecosystem/grpc-gateway / main

Function main

examples/internal/cmd/example-grpc-server/main.go:20–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18)
19
20func main() {
21 flag.Parse()
22
23 ctx := context.Background()
24 if err := server.Run(ctx, *network, *addr); err != nil {
25 grpclog.Fatal(err)
26 }
27}

Callers

nothing calls this directly

Calls 2

RunFunction · 0.92
ParseMethod · 0.65

Tested by

no test coverage detected