MCPcopy
hub / github.com/cli/cli / sp

Function sp

pkg/cmd/repo/edit/edit_test.go:998–1000  ·  view source on GitHub ↗
(v string)

Source from the content-addressed store, hash-verified

996}
997
998func sp(v string) *string {
999 return &v
1000}
1001
1002func bp(b bool) *bool {
1003 return &b

Calls

no outgoing calls

Tested by

no test coverage detected