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

Function newInt

test/end2end_test.go:1109–1111  ·  view source on GitHub ↗
(b int)

Source from the content-addressed store, hash-verified

1107}
1108
1109func newInt(b int) (a *int) {
1110 return &b
1111}
1112
1113func (s) TestGetMethodConfig(t *testing.T) {
1114 te := testServiceConfigSetup(t, tcpClearRREnv)

Calls

no outgoing calls

Tested by

no test coverage detected