Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
603
func
newBool(b bool) *bool {
604
return
&b
605
}
606
607
func
newDuration(b time.Duration) *time.Duration {
608
return
&b
Callers
3
TestParseLoadBalancer
Method · 0.85
TestParseWaitForReady
Method · 0.85
TestParseDefaultMethodConfig
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected