MCPcopy
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
483func boolPtr(b bool) *bool {
484 return &b
485}
486
487func stringPtr(s string) *string {
488 return &s

Callers 2

Test_NewCmdEditFunction · 0.70
Test_editRunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected