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

Function newBool

service_config_test.go:603–605  ·  view source on GitHub ↗
(b bool)

Source from the content-addressed store, hash-verified

601}
602
603func newBool(b bool) *bool {
604 return &b
605}
606
607func newDuration(b time.Duration) *time.Duration {
608 return &b

Callers 3

TestParseLoadBalancerMethod · 0.85
TestParseWaitForReadyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected