Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/retina
/ boolPtr
Function
boolPtr
shell/trace.go:265–267 ·
view source on GitHub ↗
boolPtr returns a pointer to a bool value.
(b bool)
Source
from the content-addressed store, hash-verified
263
264
// boolPtr returns a pointer to a bool value.
265
func
boolPtr(b bool) *bool {
266
return
&b
267
}
Callers
2
hostNetworkPodForTrace
Function · 0.85
TestBoolPtr
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestBoolPtr
Function · 0.68