func google.golang.org/grpc.newInt
5 uses
google.golang.org/grpc (current package)
service_config.go#L322: mc.MaxReqSize = newInt(maxInt)
service_config.go#L324: mc.MaxReqSize = newInt(int(*m.MaxRequestMessageBytes))
service_config.go#L329: mc.MaxRespSize = newInt(maxInt)
service_config.go#L331: mc.MaxRespSize = newInt(int(*m.MaxResponseMessageBytes))
service_config.go#L421: func newInt(b int) *int {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |