Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
func
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
Run
Function · 0.92
Parse
Method · 0.65
Tested by
no test coverage detected