Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ boolPtr
Function
boolPtr
pkg/cmd/release/edit/edit_test.go:483–485 ·
view source on GitHub ↗
(b bool)
Source
from the content-addressed store, hash-verified
481
}
482
483
func
boolPtr(b bool) *bool {
484
return
&b
485
}
486
487
func
stringPtr(s string) *string {
488
return
&s
Callers
2
Test_NewCmdEdit
Function · 0.70
Test_editRun
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected