MCPcopy
hub / github.com/grpc/grpc-go / newInt

Function newInt

service_config.go:324–326  ·  view source on GitHub ↗
(b int)

Source from the content-addressed store, hash-verified

322}
323
324func newInt(b int) *int {
325 return &b
326}
327
328func init() {
329 internal.EqualServiceConfigForTesting = equalServiceConfig

Callers 2

parseServiceConfigFunction · 0.70
TestParseMsgSizeMethod · 0.70

Calls

no outgoing calls

Tested by 1

TestParseMsgSizeMethod · 0.56