Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ boolPtr
Function
boolPtr
pkg/cmd/release/edit/edit_test.go:578–580 ·
view source on GitHub ↗
(b bool)
Source
from the content-addressed store, hash-verified
576
func
(e errorReader) Read(_ []byte) (int, error) {
return
0, e.err }
577
578
func
boolPtr(b bool) *bool {
579
return
&b
580
}
581
582
func
stringPtr(s string) *string {
583
return
&s
Callers
2
Test_NewCmdEdit
Function · 0.70
Test_editRun
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected