MCPcopy 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

576func (e errorReader) Read(_ []byte) (int, error) { return 0, e.err }
577
578func boolPtr(b bool) *bool {
579 return &b
580}
581
582func stringPtr(s string) *string {
583 return &s

Callers 2

Test_NewCmdEditFunction · 0.70
Test_editRunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected